{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:52b4d2b9-6603-569d-aec6-bc025ba36ccc",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "marked",
      "purl": "pkg:npm/marked@0.8.2-tuxcare.11",
      "type": "library",
      "bom-ref": "pkg:npm/marked@0.8.2-tuxcare.11",
      "version": "0.8.2-tuxcare.11",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2022-21680",
      "affects": [
        {
          "ref": "pkg:npm/marked@0.8.2-tuxcare.11"
        }
      ],
      "bom-ref": "urn:uuid:04272118-774b-5fc9-8e5d-7efcb4b34a36",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21680 is fixed in version 0.8.2-tuxcare.11 of marked."
      }
    },
    {
      "id": "CVE-2022-21681",
      "affects": [
        {
          "ref": "pkg:npm/marked@0.8.2-tuxcare.11"
        }
      ],
      "bom-ref": "urn:uuid:7771802f-b970-51af-afad-c94cbe3878ca",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21681 is fixed in version 0.8.2-tuxcare.11 of marked."
      }
    },
    {
      "id": "CVE-2026-41680",
      "affects": [
        {
          "ref": "pkg:npm/marked@0.8.2-tuxcare.11"
        }
      ],
      "bom-ref": "urn:uuid:16f44ecf-ef65-5ec0-9ca9-79baf6020e27",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41680 does not affect version 0.8.2-tuxcare.11 of marked. Version 0.8.2 of marked is not affected by CVE-2026-41680. The vulnerability exists in versions 18.0.0-18.0.1 due to a bug in the `trimTrailingBlankLines` function introduced during the TypeScript rewrite. This function does not exist in version 0.8.2. Node.js simulation confirms that the malicious input `\\t\\v\\n` (tab, vertical tab, newline) is processed correctly in v0.8.2 without causing an infinite loop - the code block regex matches and consumes all characters, and the parsing loop exits normally.",
        "justification": "code_not_present"
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@0.8.2-tuxcare.11"
    }
  ]
}