{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:f4087096-9525-527c-b4e1-29ce20e89790",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/brace-expansion@1.1.13",
      "type": "library",
      "name": "brace-expansion",
      "version": "1.1.13",
      "purl": "pkg:npm/brace-expansion@1.1.13"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:30b280dc-5e48-5f35-84c6-86ddb3e6cdda",
      "id": "CVE-2025-5889",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2025-5889 does not affect version 1.1.13 of brace-expansion. already_fixed \u2014 The target repository version 1.1.13 already contains the fix for CVE-2025-5889. The vulnerable regex pattern /,.*\\}/ was replaced with /,(?!,).*\\}/ (adding a negative lookahead) in TuxCare commit b7fa449 dated 2026-06-19. This fix prevents ReDoS attacks by blocking catastrophic backtracking when processing inputs with many consecutive commas."
      },
      "affects": [
        {
          "ref": "pkg:npm/brace-expansion@1.1.13"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:5e49dd5d-ba3d-5d2b-80eb-c6264cf6ed9a",
      "id": "CVE-2026-13149",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-13149 does not affect version 1.1.13 of brace-expansion. not_affected \u2014 v1.1.13 is not affected by CVE-2026-13149. The vulnerability requires unconditional post-expansion before early-return checks, creating O(2^n) behavior. v1.1.13's architecture computes post AFTER early-return checks (line 143 after lines 110-117), so non-expanding brace groups never trigger the exponential pattern. The target hits early returns without computing post, avoiding the CVE's describ..."
      },
      "affects": [
        {
          "ref": "pkg:npm/brace-expansion@1.1.13"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:b1085502-6bb3-56d8-8933-9db5ccc0d232",
      "id": "CVE-2026-14257",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-14257 affects version 1.1.13 of brace-expansion."
      },
      "affects": [
        {
          "ref": "pkg:npm/brace-expansion@1.1.13"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:bfe67176-fc82-5ac7-9c0c-946fef3b70e3",
      "id": "CVE-2026-33750",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-33750 does not affect version 1.1.13 of brace-expansion. already_fixed \u2014 CVE-2026-33750 is NOT present in the target repository. The fix has already been applied via commit 7fd684f89fdde3549563d0a6522226a9189472a2 (Backport fix for GHSA-f886-m6hf-6m8v), which is an ancestor of the current HEAD (38163acbb5b1dc3ff869f9a0d81d7094304eda9b). The target code at index.js line 154 contains the defensive check Math.max(Math.abs(numeric(n[2])), 1) that prevents zero step valu..."
      },
      "affects": [
        {
          "ref": "pkg:npm/brace-expansion@1.1.13"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:cc254846-8a93-51e2-94f9-cb7387771230",
      "id": "CVE-2026-69152",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-69152 affects version 1.1.13 of brace-expansion."
      },
      "affects": [
        {
          "ref": "pkg:npm/brace-expansion@1.1.13"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/brace-expansion@1.1.13"
    }
  ]
}