{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:03cdc991-107b-536c-b135-c0f249c13008",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/marked@1.2.7-tuxcare.1",
      "type": "library",
      "name": "marked",
      "version": "1.2.7-tuxcare.1",
      "purl": "pkg:npm/marked@1.2.7-tuxcare.1"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:7f7c2c33-0255-5628-9f12-ed0190efa921",
      "id": "CVE-2021-21306",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2021-21306 is fixed in version 1.2.7-tuxcare.1 of marked."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:73b9f8fd-aa89-569b-90e9-178d33b5a913",
      "id": "CVE-2022-21680",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21680 is fixed in version 1.2.7-tuxcare.1 of marked."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:bb6444a4-bdfa-55a1-a3bc-360208a35cd7",
      "id": "CVE-2022-21681",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21681 is fixed in version 1.2.7-tuxcare.1 of marked."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:d9e22807-460e-51b5-b23d-cf8659e87368",
      "id": "CVE-2026-41680",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41680 does not affect version 1.2.7-tuxcare.1 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.1"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@1.2.7-tuxcare.1"
    }
  ]
}