{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:a6bcf095-b67c-5e5c-bbbc-d720f69e987f",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/marked@1.2.7",
      "type": "library",
      "name": "marked",
      "version": "1.2.7",
      "purl": "pkg:npm/marked@1.2.7"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:d0486225-8397-50ac-bce8-3a4fc05d53cf",
      "id": "CVE-2026-41680",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41680 does not affect version 1.2.7 of marked. Target version 1.2.7 is not affected by CVE-2026-41680. The vulnerability exists in TypeScript-refactored versions (18.0.0-18.0.1) due to a `trimTrailingBlankLines` helper function that uses `.trim()` to detect blank lines, incorrectly treating vertical-tab-only lines as blank and returning empty raw tokens. This function does not exist in version 1.2.7's JavaScript codebase. The target's code tokenizer always returns the full regex match as `raw`, ensuring the lexing loop makes progress and cannot enter the infinite recursion that causes memory exhaustion."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@1.2.7"
    }
  ]
}