{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:b69403a0-4b63-58e1-915d-5d1d4b16e773",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/%40tootallnate/once@1.1.2",
      "type": "library",
      "name": "@tootallnate/once",
      "version": "1.1.2",
      "purl": "pkg:npm/%40tootallnate/once@1.1.2"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:765e0cb5-33a1-5f25-a6f8-707bac048d97",
      "id": "CVE-2026-3449",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-3449 does not affect version 1.1.2 of @tootallnate/once. not_affected \u2014 The target repository @tootallnate/once version 1.1.2 is not affected by CVE-2026-3449. The vulnerability requires AbortSignal functionality, which was introduced in version 2.0.0. Version 1.1.2 uses a completely different API (CancelablePromise with manual cancel() function) and does not accept or process AbortSignal parameters. The vulnerable code path does not exist in this version."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40tootallnate/once@1.1.2"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/%40tootallnate/once@1.1.2"
    }
  ]
}