{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:f0ae48c0-a7d2-594a-8643-6d0db2e3d607",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/fast-xml-parser@3.14.0-tuxcare.1",
      "type": "library",
      "name": "fast-xml-parser",
      "version": "3.14.0-tuxcare.1",
      "purl": "pkg:npm/fast-xml-parser@3.14.0-tuxcare.1"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:e0bba9f0-2031-557e-91ad-a6b1388afc16",
      "id": "CVE-2023-26920",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2023-26920 is fixed in version 3.14.0-tuxcare.1 of fast-xml-parser."
      },
      "affects": [
        {
          "ref": "pkg:npm/fast-xml-parser@3.14.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:bb988dac-5cc0-5a9c-9ea6-d7a10abd56e7",
      "id": "CVE-2026-25128",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-25128 does not affect version 3.14.0-tuxcare.1 of fast-xml-parser. Target version 3.14.0 is not affected by CVE-2026-25128. The vulnerability exists in fast-xml-parser versions 5.0.9-5.3.3 in built-in numeric entity processing code (src/xmlparser/OrderedObjParser.js) that calls String.fromCodePoint without range validation. Version 3.14.0 uses a completely different architecture that predates this vulnerable code: it has no built-in entity processing, no OrderedObjParser.js file, no String.fromCodePoint usage, and no src/xmlparser/ directory. Entity decoding in v3.14.0 is optional via external 'he' library through user-provided callbacks. The vulnerable code path (numeric entity \u2192 String.fromCodePoint \u2192 RangeError) does not exist in this version."
      },
      "affects": [
        {
          "ref": "pkg:npm/fast-xml-parser@3.14.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:3dba099a-7d0d-53c8-9e76-ad5248133e02",
      "id": "CVE-2026-41650",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-41650 is fixed in version 3.14.0-tuxcare.1 of fast-xml-parser."
      },
      "affects": [
        {
          "ref": "pkg:npm/fast-xml-parser@3.14.0-tuxcare.1"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/fast-xml-parser@3.14.0-tuxcare.1"
    }
  ]
}