{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:552b3f1c-fd11-5fed-942e-067b76498291",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/cookie@0.0.5",
      "type": "library",
      "name": "cookie",
      "version": "0.0.5",
      "purl": "pkg:npm/cookie@0.0.5"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:10872b6d-fc11-5a08-b34c-7a6425336602",
      "id": "CVE-2017-18589",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2017-18589 is a false positive for cookie 0.0.5. false_positive \u2014 CVE-2017-18589 concerns the Rust 'cookie' crate, not this JavaScript/Node.js 'cookie' library. These are completely different projects that happen to share the same name. The target repository contains no Rust code, and the vulnerability mechanism (panic in Rust's Duration::seconds method) does not exist in JavaScript."
      },
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.0.5"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/cookie@0.0.5"
    }
  ]
}