{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:1b2b1daa-a2ab-5008-9096-06ca1493b9a6",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/qs@6.10.3",
      "type": "library",
      "name": "qs",
      "version": "6.10.3",
      "purl": "pkg:npm/qs@6.10.3"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:f63f7f8a-5d5d-5c49-8ca0-561e7e3e3cf3",
      "id": "CVE-2026-82417",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-82417 affects version 6.10.3 of qs."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@6.10.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:013b7fa8-1920-581d-a787-6752a8c88dfd",
      "id": "CVE-2026-8723",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-8723 does not affect version 6.10.3 of qs. not_affected \u2014 CVE-2026-8723 does NOT affect qs v6.10.3. The vulnerability-specific code pattern (encoding array elements before joining in the comma+encodeValuesOnly path) does not exist in this version. Version 6.10.3 uses a different implementation that joins arrays first (converting null to empty string), then processes the resulting string, preventing raw null/undefined from reaching the encoder. The CVE..."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@6.10.3"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/qs@6.10.3"
    }
  ]
}