{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:1f50f127-be9c-53e2-abcf-991296eee692",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "cookie",
      "purl": "pkg:npm/cookie@0.4.2",
      "type": "library",
      "bom-ref": "pkg:npm/cookie@0.4.2",
      "version": "0.4.2",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2017-18589",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.4.2"
        }
      ],
      "bom-ref": "urn:uuid:db0345d3-8ede-5aef-9ce4-f79fe58dd28f",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2017-18589 is a false positive for cookie 0.4.2. false_positive \u2014 CVE-2017-18589 is a wrong-project match. The CVE describes a vulnerability in a Rust cookie crate that uses the Rust time crate's Duration::seconds method, which panics on values greater than 2^64/1000 and less than or equal to 2^64. The target repository is a JavaScript/Node.js cookie library (jshttp/cookie) with no Rust code, no time crate dependency, and a completely different implementation..."
      }
    },
    {
      "id": "CVE-2024-47764",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.4.2"
        }
      ],
      "bom-ref": "urn:uuid:5b0405a2-f3b4-5bb7-b875-7f9d1674f055",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2024-47764 affects version 0.4.2 of cookie, and is fixed in 0.4.2-tuxcare.1."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/cookie@0.4.2"
    }
  ]
}