{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:84168596-6c41-5377-b71b-a36b7fefaf25",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/qs@5.2.1",
      "type": "library",
      "name": "qs",
      "version": "5.2.1",
      "purl": "pkg:npm/qs@5.2.1"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:f1b29237-8d15-5802-a086-25596efe8d2a",
      "id": "CVE-2025-15284",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2025-15284 affects version 5.2.1 of qs."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@5.2.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:ec2d9f66-4e32-526c-891e-a3bbab4b19e7",
      "id": "CVE-2026-2391",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-2391 does not affect version 5.2.1 of qs. not_affected \u2014 The target repository (qs v5.2.1) is not affected by CVE-2026-2391. This vulnerability requires the `comma: true` option to enable parsing of comma-separated values into arrays, bypassing the `arrayLimit` enforcement. The `comma` option was introduced in qs v6.7.0 (commit b84acba, September 2018), which is well after v5.2.1. Since the feature does not exist in this version, the vulnerability ca..."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@5.2.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:e04839c0-1029-5170-a400-b2e9a951f36b",
      "id": "CVE-2026-82417",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-82417 affects version 5.2.1 of qs."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@5.2.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:464261c4-3b7e-5e82-8213-d34a3a836933",
      "id": "CVE-2026-8723",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-8723 does not affect version 5.2.1 of qs. not_affected \u2014 Version 5.2.1 is not affected by CVE-2026-8723. The vulnerability was introduced in commit 4c4b23d and first released in v6.11.1. Version 5.2.1 predates this vulnerable code by multiple major versions and lacks the arrayFormat='comma' option entirely. The existing code architecture safely handles null/undefined array elements through guards in the stringify function that prevent raw null/undefi..."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@5.2.1"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/qs@5.2.1"
    }
  ]
}