{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:eafe4999-4663-513a-919a-d454467094ec",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "immutable",
      "purl": "pkg:npm/immutable@3.8.4",
      "type": "library",
      "bom-ref": "pkg:npm/immutable@3.8.4",
      "version": "3.8.4",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2026-59879",
      "affects": [
        {
          "ref": "pkg:npm/immutable@3.8.4"
        }
      ],
      "bom-ref": "urn:uuid:065f81b1-efb5-5268-b550-da07de58bd87",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-59879 does not affect version 3.8.4 of immutable. The target (immutable.js v3.8.4 at fd42186d2) is NOT AFFECTED by CVE-2026-59879. The vulnerability (signed 32-bit integer wraparound causing infinite loops, process crashes, or data corruption when List operations receive indices >= 2^30) has been fixed by upstream commit 0fe3f772e3 authored by Zo\u00e9 de Moffarts (Workday) on 2026-07-27, merged into the 3.x branch and released in v3.8.4. The fix adds validation (`validateListBoundsRequest`) that throws RangeError before the lossy `| 0` coercion, and replaces wrapping `1 << exp` with `levelCapacity()` helper that uses `Math.pow(2, exp)` for exp >= 31. This is an upstream/vendor fix with no TuxCare attribution (author domain @workday.com, merge committer @gmail.com, no corporate GitLab profiles, no Jira references).",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2026-59880",
      "affects": [
        {
          "ref": "pkg:npm/immutable@3.8.4"
        }
      ],
      "bom-ref": "urn:uuid:e2bac8ec-be47-5bee-90fa-7711c25303a1",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-59880 affects version 3.8.4 of immutable."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/immutable@3.8.4"
    }
  ]
}