{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:acf619d2-4d4f-5720-9c51-5936cb4caa2f",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/minimatch@3.0.8",
      "type": "library",
      "name": "minimatch",
      "version": "3.0.8",
      "purl": "pkg:npm/minimatch@3.0.8"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:28384720-d5f4-5063-a3e2-5a4a82af27b1",
      "id": "CVE-2026-26996",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-26996 does not affect version 3.0.8 of minimatch. already_fixed \u2014 The target repository minimatch version 3.0.8-tuxcare.1 at SHA c7a29256f570730a5c1eb00d7a7b4663dc41fc77 already contains a TuxCare backport fix for CVE-2026-26996. The fix prevents consecutive '*' wildcards in glob patterns from generating multiple [^/]*? regex groups that cause exponential backtracking and ReDoS."
      },
      "affects": [
        {
          "ref": "pkg:npm/minimatch@3.0.8"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:5bf80d29-3e4a-5d78-8f66-3d9de037f686",
      "id": "CVE-2026-27903",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-27903 does not affect version 3.0.8 of minimatch. already_fixed \u2014 The target repository (minimatch 3.0.8-tuxcare.1) already contains the fix for CVE-2026-27903. TuxCare applied the backport in commit d902c22 ('Backport CVE fixes for minimatch 3.0.8'), which added the maxGlobstarRecursion defense mechanism to prevent unbounded recursive backtracking in globstar pattern matching."
      },
      "affects": [
        {
          "ref": "pkg:npm/minimatch@3.0.8"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:bb792ab9-3d62-5743-bff5-b54fec0c5f78",
      "id": "CVE-2026-27904",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-27904 does not affect version 3.0.8 of minimatch. already_fixed \u2014 CVE-2026-27904 (nested extglob ReDoS) is already fixed in the target via TuxCare backport commit d902c22. The target implements maxExtglobRecursion depth limiting (default: 2) that prevents generation of deeply-nested regex quantifiers, achieving the same security goal as the upstream patch."
      },
      "affects": [
        {
          "ref": "pkg:npm/minimatch@3.0.8"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/minimatch@3.0.8"
    }
  ]
}