{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:701bddda-f0d4-5a17-be31-6ec8f867e1b2",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "marked",
      "purl": "pkg:npm/marked@1.2.7-tuxcare.1",
      "type": "library",
      "bom-ref": "pkg:npm/marked@1.2.7-tuxcare.1",
      "version": "1.2.7-tuxcare.1",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2021-21306",
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:7f7c2c33-0255-5628-9f12-ed0190efa921",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2021-21306 is fixed in version 1.2.7-tuxcare.1 of marked."
      }
    },
    {
      "id": "CVE-2022-21680",
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:73b9f8fd-aa89-569b-90e9-178d33b5a913",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21680 is fixed in version 1.2.7-tuxcare.1 of marked."
      }
    },
    {
      "id": "CVE-2022-21681",
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:bb6444a4-bdfa-55a1-a3bc-360208a35cd7",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21681 is fixed in version 1.2.7-tuxcare.1 of marked."
      }
    },
    {
      "id": "CVE-2026-41680",
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:d9e22807-460e-51b5-b23d-cf8659e87368",
      "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.",
        "justification": "code_not_present"
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@1.2.7-tuxcare.1"
    }
  ]
}