{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:3bc7b101-30da-5be7-8333-451ec1275d4e",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "merge",
      "purl": "pkg:npm/merge@1.2.1",
      "type": "library",
      "bom-ref": "pkg:npm/merge@1.2.1",
      "version": "1.2.1",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2020-28499",
      "affects": [
        {
          "ref": "pkg:npm/merge@1.2.1"
        }
      ],
      "bom-ref": "urn:uuid:cd2bb152-6d76-5dc7-8ae9-37c3f9a86fdf",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2020-28499 does not affect version 1.2.1 of merge. already_fixed \u2014 The target repository (merge v1.2.1-tuxcare.1) already contains the fix for CVE-2020-28499. TuxCare applied the vendor's prototype pollution fix in commit ee36bb9 (March 9, 2026), which adds checks to filter dangerous property names (__proto__, constructor, prototype) in both the merge_recursive and merge functions.",
        "justification": "code_not_present"
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/merge@1.2.1"
    }
  ]
}