{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:8b2cd0ba-43ff-5839-8a7a-190e48356ec1",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/cookie@0.1.3",
      "type": "library",
      "name": "cookie",
      "version": "0.1.3",
      "purl": "pkg:npm/cookie@0.1.3"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:e09fee8d-5ee7-505f-b74c-1d5df6880804",
      "id": "CVE-2017-18589",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2017-18589 is a false positive for cookie 0.1.3. false_positive \u2014 CVE-2017-18589 concerns a Rust crate that uses the time crate's Duration::seconds method for cookie Max-Age parsing. This repository is a JavaScript/Node.js package (jshttp/cookie) with no Rust code, no Rust dependencies, and no relationship to the affected Rust crate. This is a wrong-project match - both projects handle HTTP cookies but are entirely different implementations in different progr..."
      },
      "affects": [
        {
          "ref": "pkg:npm/cookie@0.1.3"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/cookie@0.1.3"
    }
  ]
}