{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:15bb1c96-d51c-55b6-98a7-8d4c31a3ce38",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/cookie@0.0.4",
      "type": "library",
      "name": "cookie",
      "version": "0.0.4",
      "purl": "pkg:npm/cookie@0.0.4"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:ee32d21e-5a55-5f00-92ba-35cec7a4f714",
      "id": "CVE-2017-18589",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2017-18589 is a false positive for cookie 0.0.4. false_positive \u2014 CVE-2017-18589 concerns the Rust cookie-rs crate's panic vulnerability in Duration::seconds() when parsing large Max-Age values. The target repository is a completely different JavaScript/Node.js cookie library (node-cookie) with no relationship to the Rust crate. This is a wrong-project match."
      },
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.0.4"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:bad299c1-aa55-5191-b061-a92c629c17bb",
      "id": "CVE-2024-47764",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2024-47764 affects version 0.0.4 of cookie."
      },
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.0.4"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/cookie@0.0.4"
    }
  ]
}