{
  "$schema": "https://www.fedramp.gov/schemas/fedramp-vulnerability-detail-report-schema-2026-06-24.json",
  "certificationPackageOverviewUri": "https://example.invalid/fedramp/certification-package-overview.json",
  "reportPeriod": {
    "from": "2026-07-01T00:00:00Z",
    "to": "2026-07-31T23:59:59Z"
  },
  "vulnerabilities": [
    {
      "providerTrackingId": "FRV-DEMO-001",
      "detection": {
        "detectedAt": "2026-07-02T14:15:00Z",
        "detectionSource": "Container image scanner"
      },
      "vulnerabilityDescription": "Outdated runtime library detected in the public API image. Fictional training record.",
      "potentialAgencyImpact": "Exploitation could disrupt availability for one agency using the fictional cloud service.",
      "evaluationCompletedAt": "2026-07-04T18:00:00Z",
      "isInternetReachable": true,
      "isLikelyExploitable": true,
      "currentRating": 2,
      "projectedNextReduction": {
        "estimatedAt": "2026-07-08T20:00:00Z",
        "targetRating": 1
      },
      "overdueStatus": {
        "isOverdue": false
      },
      "supplementaryRiskInformation": "Ingress filtering reduces reachability while the replacement image completes validation.",
      "finalDisposition": "Partially Mitigated"
    }
  ]
}
