{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:2ba96b79-57fc-52dc-89aa-34b497849058",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/marked@1.2.7-tuxcare.2",
      "type": "library",
      "name": "marked",
      "version": "1.2.7-tuxcare.2",
      "purl": "pkg:npm/marked@1.2.7-tuxcare.2"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:5cab366a-4bf9-5918-ad87-072447ac1760",
      "id": "CVE-2021-21306",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2021-21306 is fixed in version 1.2.7-tuxcare.2 of marked."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:4f15c6cd-a540-5540-a47e-d6450986184d",
      "id": "CVE-2022-21680",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21680 is fixed in version 1.2.7-tuxcare.2 of marked."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:a665fa48-7d47-586e-bf3f-313a0d9e68fe",
      "id": "CVE-2022-21681",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21681 is fixed in version 1.2.7-tuxcare.2 of marked."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:5e491fa8-0c83-5136-b6bd-2477cc94809b",
      "id": "CVE-2026-41680",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41680 does not affect version 1.2.7-tuxcare.2 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-tuxcare.2"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@1.2.7-tuxcare.2"
    }
  ]
}