{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:37ab0db2-b558-5af0-997f-d1d4eba0a3f4",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/qs@6.2.6",
      "type": "library",
      "name": "qs",
      "version": "6.2.6",
      "purl": "pkg:npm/qs@6.2.6"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:940198a0-4edd-53d4-ac57-0f7df42aa3a6",
      "id": "CVE-2025-15284",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2025-15284 affects version 6.2.6 of qs."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@6.2.6"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:3436a40f-dcc8-519e-aa56-543baac6ab8c",
      "id": "CVE-2026-2391",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-2391 does not affect version 6.2.6 of qs. not_affected \u2014 Version 6.2.6 of qs does not contain the comma parsing feature that is vulnerable in CVE-2026-2391. The comma feature was introduced in commit b84acbab (September 2018), which is not present in v6.2.6's git ancestry. Without this feature, the vulnerability cannot manifest."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@6.2.6"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:f411e0e8-7e7b-5fd0-b9f7-523f4cb67095",
      "id": "CVE-2026-82417",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-82417 affects version 6.2.6 of qs."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@6.2.6"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:aabf8fbe-dfc7-5a23-b511-bb499e1b049a",
      "id": "CVE-2026-8723",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-8723 does not affect version 6.2.6 of qs. not_affected \u2014 Version 6.2.6 is not affected by CVE-2026-8723. The vulnerability requires arrayFormat:'comma' and encodeValuesOnly options that do not exist in this version. The vulnerable code path (utils.maybeMap with comma array formatting) was introduced in v6.11.1; version 6.2.6 uses a different architecture that safely handles null/undefined array elements by converting them to empty strings before enco..."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@6.2.6"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/qs@6.2.6"
    }
  ]
}