{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:8a3d9fd2-02d9-5b69-9c73-7573bd13dbea",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/marked@4.3.0",
      "type": "library",
      "name": "marked",
      "version": "4.3.0",
      "purl": "pkg:npm/marked@4.3.0"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:6d573576-9cae-505d-b148-f70e752a234f",
      "id": "CVE-2026-41680",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41680 does not affect version 4.3.0 of marked. Target version 4.3.0 is not affected by CVE-2026-41680. The vulnerability was introduced in later versions (between v6.0.0 and v18.0.0) during the TypeScript migration and architectural refactoring. The target's JavaScript implementation successfully processes the CVE input (`\\t\\v\\n`) without entering an infinite loop, as verified by runtime testing. The vulnerable code pattern (lack of progress tracking in parsing loops combined with flawed blank-line handling) does not exist in this version."
      },
      "affects": [
        {
          "ref": "pkg:npm/marked@4.3.0"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@4.3.0"
    }
  ]
}