{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:728561f1-aaa2-57cd-aa6d-11195abe6883",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "cookie",
      "purl": "pkg:npm/cookie@0.6.0",
      "type": "library",
      "bom-ref": "pkg:npm/cookie@0.6.0",
      "version": "0.6.0",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2017-18589",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.6.0"
        }
      ],
      "bom-ref": "urn:uuid:ffd59bed-0594-5d95-85f9-b4c18d9aee36",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2017-18589 is a false positive for cookie 0.6.0. false_positive \u2014 CVE-2017-18589 is a wrong-project match. The CVE concerns a Rust crate that uses the time crate's Duration::seconds method, which can panic for certain large integer values. This repository is a JavaScript/Node.js cookie parsing library with no Rust code whatsoever. The affected Rust component does not exist in this codebase."
      }
    },
    {
      "id": "CVE-2024-47764",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.6.0"
        }
      ],
      "bom-ref": "urn:uuid:dd16ee1f-ab17-5e30-be2f-698fc86b45e0",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2024-47764 affects version 0.6.0 of cookie, and is fixed in 0.6.0-tuxcare.1."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/cookie@0.6.0"
    }
  ]
}