{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:0aa8915b-42d7-55e5-b97e-2a171e16e3b6",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:composer/symfony/http-foundation@v6.4.35",
      "type": "library",
      "group": "symfony",
      "name": "http-foundation",
      "version": "v6.4.35",
      "purl": "pkg:composer/symfony/http-foundation@v6.4.35"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:b1e8a09c-1e2a-5234-8aed-3ca83463fc56",
      "id": "CVE-2025-64500",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2025-64500 does not affect version v6.4.35 of symfony/http-foundation. already_fixed \u2014 The target repository (Symfony HttpFoundation v6.4.35) already contains the fix for CVE-2025-64500. The defense code at Request.php:1944-1945 ensures that all URL paths start with '/', preventing the vulnerability where crafted PATH_INFO could result in paths not starting with '/' and bypassing access control rules."
      },
      "affects": [
        {
          "ref": "pkg:composer/symfony/http-foundation@v6.4.35"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:composer/symfony/http-foundation@v6.4.35"
    }
  ]
}