{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:34210321-8765-595e-9bf5-b5b11cdaf279",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:composer/symfony/process@v6.4.33",
      "type": "library",
      "group": "symfony",
      "name": "process",
      "version": "v6.4.33",
      "purl": "pkg:composer/symfony/process@v6.4.33"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:eed8649c-8c9e-5c23-9439-6f29ff14685d",
      "id": "CVE-2026-24739",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-24739 does not affect version v6.4.33 of symfony/process. already_fixed \u2014 The target repository (symfony/process v7.4.8) already contains the fix for CVE-2026-24739. The vulnerability has been addressed through an upstream snapshot that includes the expanded character class in the escapeArgument method, which properly quotes arguments containing MSYS2-sensitive characters (=, [, ], ;, *, ?, ', $)."
      },
      "affects": [
        {
          "ref": "pkg:composer/symfony/process@v6.4.33"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:composer/symfony/process@v6.4.33"
    }
  ]
}