{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:19d0b03c-c37a-5061-bf8c-1f24891384ad",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/marked@4.0.7-tuxcare.1",
      "type": "library",
      "name": "marked",
      "version": "4.0.7-tuxcare.1",
      "purl": "pkg:npm/marked@4.0.7-tuxcare.1"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:26298fb0-9868-5593-ae98-04d3902e8fc4",
      "id": "CVE-2022-21680",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21680 is fixed in version 4.0.7-tuxcare.1 of marked."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@4.0.7-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:5760248b-751a-5dea-8f05-329a8db426a2",
      "id": "CVE-2022-21681",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2022-21681 affects version 4.0.7-tuxcare.1 of marked."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@4.0.7-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:aae69372-4486-5054-8624-b02baca7542a",
      "id": "CVE-2026-41680",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41680 does not affect version 4.0.7-tuxcare.1 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-tuxcare.1"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@4.0.7-tuxcare.1"
    }
  ]
}