{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:e368d674-d094-5a00-a208-1f67c31f33ba",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/marked@0.7.0-tuxcare.1",
      "type": "library",
      "name": "marked",
      "version": "0.7.0-tuxcare.1",
      "purl": "pkg:npm/marked@0.7.0-tuxcare.1"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:892021e7-2463-5445-a3bf-597ec4a59964",
      "id": "CVE-2022-21680",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21680 is fixed in version 0.7.0-tuxcare.1 of marked."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@0.7.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:268e7d26-1a62-53f9-9469-d52f78f1e029",
      "id": "CVE-2022-21681",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21681 is fixed in version 0.7.0-tuxcare.1 of marked."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@0.7.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:16a785dc-0c06-579f-bcb8-5f1c014f6c5c",
      "id": "CVE-2026-41680",
      "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>`."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@0.7.0-tuxcare.1"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@0.7.0-tuxcare.1"
    }
  ]
}