{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:199c3613-c6af-542b-ab8d-880ce03c2591",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4",
      "type": "library",
      "name": "@angular/benchpress",
      "version": "8.0.0-tuxcare.4",
      "purl": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:aad0f6bf-4b16-5a74-aa6e-4c6bada422d6",
      "id": "CVE-2021-4231",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2021-4231 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:718e69e9-84d6-5202-8a4a-392d0f7fa00f",
      "id": "CVE-2025-66035",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2025-66035 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:5ed843c3-0244-5e0f-83d7-a1e8d589d2a7",
      "id": "CVE-2025-66412",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2025-66412 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:74089ae7-d2d7-5676-9364-5875c823fd22",
      "id": "CVE-2026-22610",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-22610 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:1940e4c3-1385-56c0-8862-2a3ae49c4014",
      "id": "CVE-2026-27970",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-27970 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:3a1bc2ce-868b-5514-99f3-020d2d2f1c03",
      "id": "CVE-2026-41423",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41423 does not affect version 8.0.0-tuxcare.4 of @angular/benchpress. not_affected \u2014 The target Angular 8.0.0 is not affected by CVE-2026-41423. The vulnerability exists only in newer Angular versions (17+) that use the WHATWG URL API. The target uses Node.js url.parse() which does not interpret protocol-relative URLs (//evil.com) as hostname overrides when used without a base URL parameter."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:cb992db7-6952-50ec-b8b5-962ecc29724d",
      "id": "CVE-2026-46417",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-46417 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:14329a7c-4210-558f-ab7f-87ba16b57d96",
      "id": "CVE-2026-50168",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50168 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:fdfdaacb-a2bc-55a5-b570-c530829216e4",
      "id": "CVE-2026-50169",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50169 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:0f4f1ca5-2fed-5483-8f4d-8ef7a985532d",
      "id": "CVE-2026-50170",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-50170 does not affect version 8.0.0-tuxcare.4 of @angular/benchpress. not_affected \u2014 Angular v8.0.0 is not affected by CVE-2026-50170. The vulnerability requires the HTTP TransferCache feature (automatic caching of HTTP responses during SSR with client hydration), which was introduced in Angular v16+. Version 8.0.0 lacks the vulnerable code path entirely: no transfer_cache.ts, no transferCacheInterceptorFn, no shouldCacheRequest() function, and no automatic HTTP response cachin..."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:4c360fac-4917-57de-86a9-331146a3855c",
      "id": "CVE-2026-50171",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50171 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:a851c54a-71a0-5c8f-8573-eef0aa9d5d57",
      "id": "CVE-2026-50184",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50184 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:c3095025-d350-51b6-a088-f61f53b42fe2",
      "id": "CVE-2026-50555",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50555 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:2eea76e2-93fc-5fb0-a03a-c82464939210",
      "id": "CVE-2026-50556",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50556 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:dce27a70-20aa-54e6-a31b-450f8047cb7c",
      "id": "CVE-2026-50557",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50557 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:87d55868-3153-51b5-93ce-ee7dbdb52edf",
      "id": "CVE-2026-52725",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-52725 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:6b72b70e-485e-5485-996a-26a4f30d76af",
      "id": "CVE-2026-54264",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54264 does not affect version 8.0.0-tuxcare.4 of @angular/benchpress. not_affected \u2014 Target version 8.0.0-tuxcare.2 is NOT AFFECTED by CVE-2026-54264. The Service Worker implementation strips ALL request headers (including Authorization, Proxy-Authorization, and Cookie) when reconstructing network requests for asset fetches. This architectural design prevents sensitive headers from being forwarded to any destination, including cross-origin redirect targets."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:16167107-a725-5a3f-8d8d-9e44fee9f768",
      "id": "CVE-2026-54265",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54265 does not affect version 8.0.0-tuxcare.4 of @angular/benchpress. not_affected \u2014 Angular 8.0.0-tuxcare.2 is NOT affected by CVE-2026-54265. This vulnerability is specific to the Ivy template compiler pipeline introduced in Angular 9+. Angular 8.0.0 uses View Engine, which desugars two-way bindings through the same parsePropertyBinding() code path as one-way bindings, inherently applying schema-derived sanitization. The vulnerable TwoWayProperty operation and resolve_sanitiz..."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:2a13ce67-e4b2-5c43-a2e6-0bc873b6f920",
      "id": "CVE-2026-54266",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54266 does not affect version 8.0.0-tuxcare.4 of @angular/benchpress. not_affected \u2014 Angular 8.0.0 does not contain the vulnerable HttpTransferCache feature. The CVE-2026-54266 vulnerability affects HttpTransferCache, which was introduced in Angular 9+. While this version has the underlying TransferState mechanism, it lacks the automatic HTTP request caching feature with the vulnerable DJB2 hash-based cache key generation."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:82cc1526-0a33-5349-95e2-f2fe68c0b977",
      "id": "CVE-2026-54267",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-54267 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:7126017e-a644-5b75-88fa-73d9d916e640",
      "id": "CVE-2026-54268",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-54268 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:688e3d2e-c0ba-5121-af0b-7b5725e31c69",
      "id": "CVE-2026-68945",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-68945 does not affect version 8.0.0-tuxcare.4 of @angular/benchpress. not_affected \u2014 Angular v8.0.0 is NOT AFFECTED by CVE-2026-68945. The vulnerability concerns HttpTransferCache's cache-key generation creating collisions when HTTP request parameters use repeated keys vs scalar comma-separated values. However, HttpTransferCache does not exist in v8.0.0 \u2014 it was introduced in Angular v16. This version only has the manual TransferState API (a simple key-value store), with no aut..."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:aa9ae162-3b76-5eb3-bf63-73ed2825d907",
      "id": "CVE-2026-69149",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-69149 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:6feaf6f6-3863-5106-840a-d51313dae7df",
      "id": "CVE-2026-69151",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-69151 is fixed in version 8.0.0-tuxcare.4 of @angular/benchpress."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/%40angular/benchpress@8.0.0-tuxcare.4"
    }
  ]
}