{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:e96fad81-8a22-533b-a25c-84b6379810d7",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "marked",
      "purl": "pkg:npm/marked@0.7.0-tuxcare.1",
      "type": "library",
      "bom-ref": "pkg:npm/marked@0.7.0-tuxcare.1",
      "version": "0.7.0-tuxcare.1",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2022-21680",
      "affects": [
        {
          "ref": "pkg:npm/marked@0.7.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:892021e7-2463-5445-a3bf-597ec4a59964",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21680 is fixed in version 0.7.0-tuxcare.1 of marked."
      }
    },
    {
      "id": "CVE-2022-21681",
      "affects": [
        {
          "ref": "pkg:npm/marked@0.7.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:268e7d26-1a62-53f9-9469-d52f78f1e029",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21681 is fixed in version 0.7.0-tuxcare.1 of marked."
      }
    },
    {
      "id": "CVE-2026-41680",
      "affects": [
        {
          "ref": "pkg:npm/marked@0.7.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:16a785dc-0c06-579f-bcb8-5f1c014f6c5c",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41680 does not affect version 0.7.0-tuxcare.1 of marked. Target version 0.7.0 is not affected by CVE-2026-41680. The vulnerability exists specifically in marked versions 18.0.0-18.0.1 due to architectural changes in the modern TypeScript codebase. Version 0.7.0 uses a fundamentally different single-file JavaScript architecture where all pattern matches properly consume input characters, preventing the infinite loop condition. Empirical testing confirms the malicious input `\\t\\v\\n` is parsed successfully without triggering an infinite loop, producing the correct output `<pre><code>\\v</code></pre>`.",
        "justification": "code_not_present"
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@0.7.0-tuxcare.1"
    }
  ]
}