{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:9433e567-e8e1-5851-9cf7-41dfe8738790",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/marked@4.0.7",
      "type": "library",
      "name": "marked",
      "version": "4.0.7",
      "purl": "pkg:npm/marked@4.0.7"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:06de601c-42d1-524c-8f10-48cc44462cfe",
      "id": "CVE-2022-21681",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2022-21681 affects version 4.0.7 of marked."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@4.0.7"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:d97175dc-b5dc-5b11-9b96-586108361eb5",
      "id": "CVE-2026-41680",
      "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."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@4.0.7"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@4.0.7"
    }
  ]
}