{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:1018376c-745b-5531-9a1f-b4b274ceefaa",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "cookie",
      "purl": "pkg:npm/cookie@0.0.5",
      "type": "library",
      "bom-ref": "pkg:npm/cookie@0.0.5",
      "version": "0.0.5",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2017-18589",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.0.5"
        }
      ],
      "bom-ref": "urn:uuid:10872b6d-fc11-5a08-b34c-7a6425336602",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2017-18589 is a false positive for cookie 0.0.5. false_positive \u2014 CVE-2017-18589 concerns the Rust 'cookie' crate, not this JavaScript/Node.js 'cookie' library. These are completely different projects that happen to share the same name. The target repository contains no Rust code, and the vulnerability mechanism (panic in Rust's Duration::seconds method) does not exist in JavaScript."
      }
    },
    {
      "id": "CVE-2024-47764",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.0.5"
        }
      ],
      "bom-ref": "urn:uuid:a9cf00b0-f5ec-5ed2-846f-413fb7106861",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2024-47764 affects version 0.0.5 of cookie, and is fixed in 0.0.5-tuxcare.1."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/cookie@0.0.5"
    }
  ]
}