{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:081f6bc2-d16c-59f5-8288-96c947221f56",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "marked",
      "purl": "pkg:npm/marked@4.0.7",
      "type": "library",
      "bom-ref": "pkg:npm/marked@4.0.7",
      "version": "4.0.7",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2022-21680",
      "affects": [
        {
          "ref": "pkg:npm/marked@4.0.7"
        }
      ],
      "bom-ref": "urn:uuid:a28e8548-2c2e-5b15-b734-d7865f079740",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2022-21680 affects version 4.0.7 of marked, and is fixed in 4.0.7-tuxcare.1."
      }
    },
    {
      "id": "CVE-2022-21681",
      "affects": [
        {
          "ref": "pkg:npm/marked@4.0.7"
        }
      ],
      "bom-ref": "urn:uuid:06de601c-42d1-524c-8f10-48cc44462cfe",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2022-21681 affects version 4.0.7 of marked."
      }
    },
    {
      "id": "CVE-2026-41680",
      "affects": [
        {
          "ref": "pkg:npm/marked@4.0.7"
        }
      ],
      "bom-ref": "urn:uuid:d97175dc-b5dc-5b11-9b96-586108361eb5",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41680 does not affect version 4.0.7 of marked. Version 4.0.7 is NOT AFFECTED by CVE-2026-41680. The vulnerability was introduced in version 18.0.0 (April 2026) by commit b70895f4, which added the `trimTrailingBlankLines` function with buggy blank-line detection. Version 4.0.7 (released before 18.0.0) predates this vulnerability-introducing change and does not contain the vulnerable code path. The specific input sequence `\\t\\v\\n` that triggers infinite loop in 18.0.0-18.0.1 does not cause an infinite loop in 4.0.7 because the `trimTrailingBlankLines` function does not exist in this version.",
        "justification": "code_not_present"
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@4.0.7"
    }
  ]
}