{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:bb2fec7e-c989-5d50-abc2-80b89de37d5f",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/cookie@0.1.0",
      "type": "library",
      "name": "cookie",
      "version": "0.1.0",
      "purl": "pkg:npm/cookie@0.1.0"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:07ed5b8c-0adf-50d7-89e2-2488f3ce4e8a",
      "id": "CVE-2017-18589",
      "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."
      },
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.1.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:84532c08-1619-5807-81fb-e6bc7b0871c2",
      "id": "CVE-2024-47764",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2024-47764 affects version 0.1.0 of cookie."
      },
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.1.0"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/cookie@0.1.0"
    }
  ]
}