{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:39aaaca8-cb1e-5aef-9dd2-7cfdf90af8e5",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "cookie",
      "purl": "pkg:npm/cookie@0.7.2",
      "type": "library",
      "bom-ref": "pkg:npm/cookie@0.7.2",
      "version": "0.7.2",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2017-18589",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.7.2"
        }
      ],
      "bom-ref": "urn:uuid:5f488888-83d3-5b42-84b4-712bf06ddbc7",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2017-18589 is a false positive for cookie 0.7.2. false_positive \u2014 CVE-2017-18589 is a false positive match. The CVE concerns a Rust crate that uses the time crate and Duration::seconds API, while the target repository is a JavaScript/Node.js cookie parsing library. This is a wrong-project match due to shared domain (HTTP cookies) and naming."
      }
    },
    {
      "id": "CVE-2024-47764",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.7.2"
        }
      ],
      "bom-ref": "urn:uuid:b863646f-4cd8-56cc-b270-53b2b3ecb9d0",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2024-47764 affects version 0.7.2 of cookie, and is fixed in 0.7.2-tuxcare.1."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/cookie@0.7.2"
    }
  ]
}