{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:7287230c-3da9-5528-a385-6d90fcb5dae3",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "cookie",
      "purl": "pkg:npm/cookie@0.4.0",
      "type": "library",
      "bom-ref": "pkg:npm/cookie@0.4.0",
      "version": "0.4.0",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2017-18589",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.4.0"
        }
      ],
      "bom-ref": "urn:uuid:0f37d9d1-cd77-57fe-ba62-f39e002d1ba2",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2017-18589 is a false positive for cookie 0.4.0. false_positive \u2014 CVE-2017-18589 concerns a Rust crate, but the target repository is a JavaScript/Node.js package. This is a wrong-project match - they share only a name ('cookie'), not code or implementation."
      }
    },
    {
      "id": "CVE-2024-47764",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.4.0"
        }
      ],
      "bom-ref": "urn:uuid:c03867c3-e425-5437-98f1-f87866056c29",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2024-47764 affects version 0.4.0 of cookie, and is fixed in 0.4.0-tuxcare.1."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/cookie@0.4.0"
    }
  ]
}