{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:f644efe8-1429-5409-bc36-09534356f880",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/node-fetch@2.6.7",
      "type": "library",
      "name": "node-fetch",
      "version": "2.6.7",
      "purl": "pkg:npm/node-fetch@2.6.7"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:d3b00617-b413-5077-87a5-c62fe4187eb5",
      "id": "CVE-2020-15168",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2020-15168 does not affect version 2.6.7 of node-fetch. already_fixed \u2014 CVE-2020-15168 is NOT present in the target. The vulnerability (failure to honor size option after redirects) was fixed in node-fetch v2.6.1, and the target is version 2.6.7 which includes the fix. The defense code (size: request.size in redirect options) is present at src/index.js:182 and has been verified via git history."
      },
      "affects": [
        {
          "ref": "pkg:npm/node-fetch@2.6.7"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/node-fetch@2.6.7"
    }
  ]
}