{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:2f610e15-9477-50e1-aaf4-17b50c5b0cb8",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/qs@2.2.4",
      "type": "library",
      "name": "qs",
      "version": "2.2.4",
      "purl": "pkg:npm/qs@2.2.4"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:0dc9cd30-fbcf-598c-a7d7-5eed58b9f888",
      "id": "CVE-2025-15284",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2025-15284 affects version 2.2.4 of qs."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@2.2.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:bb2dd182-20d1-525f-bca8-65f566088e41",
      "id": "CVE-2026-2391",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-2391 does not affect version 2.2.4 of qs. not_affected \u2014 Version 2.2.4 does not contain the comma parsing feature required for CVE-2026-2391. The vulnerability exploits the comma option to bypass arrayLimit, but this option does not exist in version 2.2.4. Comma-separated values are treated as plain strings, not parsed into arrays."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@2.2.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:eb06c491-e0b0-5769-ac88-fc0ed0cc1dad",
      "id": "CVE-2026-8723",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-8723 does not affect version 2.2.4 of qs. not_affected \u2014 Version 2.2.4 is not affected by CVE-2026-8723. The vulnerable code path (arrayFormat: 'comma' + encodeValuesOnly branch) does not exist in this version. The CVE explicitly states the vulnerability was introduced in v6.11.1, and version 2.2.4 predates this by many major versions with a completely different implementation architecture."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@2.2.4"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/qs@2.2.4"
    }
  ]
}