{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:6e268b1c-9d7a-5255-8ed9-d48f37cc6bcc",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "cookie",
      "purl": "pkg:npm/cookie@0.1.3",
      "type": "library",
      "bom-ref": "pkg:npm/cookie@0.1.3",
      "version": "0.1.3",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2017-18589",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.1.3"
        }
      ],
      "bom-ref": "urn:uuid:e09fee8d-5ee7-505f-b74c-1d5df6880804",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2017-18589 is a false positive for cookie 0.1.3. false_positive \u2014 CVE-2017-18589 concerns a Rust crate that uses the time crate's Duration::seconds method for cookie Max-Age parsing. This repository is a JavaScript/Node.js package (jshttp/cookie) with no Rust code, no Rust dependencies, and no relationship to the affected Rust crate. This is a wrong-project match - both projects handle HTTP cookies but are entirely different implementations in different progr..."
      }
    },
    {
      "id": "CVE-2024-47764",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.1.3"
        }
      ],
      "bom-ref": "urn:uuid:5088d971-5545-5aaa-9802-e6c8adecbb3f",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2024-47764 affects version 0.1.3 of cookie, and is fixed in 0.1.3-tuxcare.1."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/cookie@0.1.3"
    }
  ]
}