{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:5d747f62-8598-5b32-a709-5394d11e66b6",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "cookie",
      "purl": "pkg:npm/cookie@0.4.2-tuxcare.4",
      "type": "library",
      "bom-ref": "pkg:npm/cookie@0.4.2-tuxcare.4",
      "version": "0.4.2-tuxcare.4",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2017-18589",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.4.2-tuxcare.4"
        }
      ],
      "bom-ref": "urn:uuid:3651540e-27ca-536b-a5b6-3a0536191f48",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2017-18589 is a false positive for cookie 0.4.2-tuxcare.4. 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-tuxcare.4"
        }
      ],
      "bom-ref": "urn:uuid:aa875b49-f708-5bea-9e86-4bd9f28e1170",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2024-47764 is fixed in version 0.4.2-tuxcare.4 of cookie."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/cookie@0.4.2-tuxcare.4"
    }
  ]
}