{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:f6cc3e57-400a-517c-bad8-3303664335c7",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/tar@2.1.1",
      "type": "library",
      "name": "tar",
      "version": "2.1.1",
      "purl": "pkg:npm/tar@2.1.1"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:508bf1f4-d465-51d8-bdc7-4dcc11cf0c4d",
      "id": "CVE-2026-53655",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-53655 does not affect version 2.1.1 of tar. already_fixed \u2014 The target node-tar version 2.1.1-tuxcare.3 already contains an equivalent fix for CVE-2026-53655. The defense was added in October 2011 (commit 604f2dd) and prevents PAX extended header field overrides from being applied to intermediary metadata entries (GNU L/K, PAX x/g). This is the same defense logic that the upstream patch re-introduces after the TypeScript rewrite."
      },
      "affects": [
        {
          "ref": "pkg:npm/tar@2.1.1"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/tar@2.1.1"
    }
  ]
}