{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:29f2d216-7bf7-5363-ac73-4166ca5846d2",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "cookie",
      "purl": "pkg:npm/cookie@0.1.0",
      "type": "library",
      "bom-ref": "pkg:npm/cookie@0.1.0",
      "version": "0.1.0",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2017-18589",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.1.0"
        }
      ],
      "bom-ref": "urn:uuid:07ed5b8c-0adf-50d7-89e2-2488f3ce4e8a",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2017-18589 is a false positive for cookie 0.1.0. false_positive \u2014 CVE-2017-18589 is not applicable to this repository. The CVE concerns the Rust library 'cookie-rs' by Sergio Benitez, but this repository is 'node-cookie', a completely different JavaScript/Node.js library by Roman Shtylman. Despite both libraries serving similar purposes (cookie parsing), they are distinct projects in different programming languages with no code relationship."
      }
    },
    {
      "id": "CVE-2024-47764",
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.1.0"
        }
      ],
      "bom-ref": "urn:uuid:84532c08-1619-5807-81fb-e6bc7b0871c2",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2024-47764 affects version 0.1.0 of cookie."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/cookie@0.1.0"
    }
  ]
}