{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:8c64c828-dac2-5305-8b83-4d48116bee3b",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/fast-uri@2.4.2",
      "type": "library",
      "name": "fast-uri",
      "version": "2.4.2",
      "purl": "pkg:npm/fast-uri@2.4.2"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:de4ab4ad-5a66-569b-9406-7b46411b2e96",
      "id": "CVE-2026-18446",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-18446 affects version 2.4.2 of fast-uri."
      },
      "affects": [
        {
          "ref": "pkg:npm/fast-uri@2.4.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:7cd5ed5b-3b36-5f9b-a822-2f6c01a721bf",
      "id": "CVE-2026-6321",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-6321 does not affect version 2.4.2 of fast-uri. not_affected \u2014 The target repository fast-uri v2.4.2 already contains the vendor-authored fix for CVE-2026-6321. The vulnerability pattern (premature decoding of percent-encoded path-reserved characters) has been removed by upstream commit 23108bc authored by Matteo Collina on 2026-07-17, which introduced the normalizePathEncoding() defense that preserves %2F and %2E as encoded data during path processing."
      },
      "affects": [
        {
          "ref": "pkg:npm/fast-uri@2.4.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:1e556a9f-f541-53f2-8518-598c2590732f",
      "id": "CVE-2026-6322",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-6322 does not affect version 2.4.2 of fast-uri. not_affected \u2014 The target repository (fast-uri v2.4.2) contains a complete fix for CVE-2026-6322. The vulnerability involved percent-encoded authority delimiters being decoded and serialized as literal characters, changing URI authority structure. The fix, introduced in commit 23108bc, adds reescapeHostDelimiters() function that re-encodes authority delimiters after percent-decoding. This fix was authored by ..."
      },
      "affects": [
        {
          "ref": "pkg:npm/fast-uri@2.4.2"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/fast-uri@2.4.2"
    }
  ]
}