{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:ee0af9e0-2683-571c-8490-bd6aaf8c07c0",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/node-fetch@2.6.9",
      "type": "library",
      "name": "node-fetch",
      "version": "2.6.9",
      "purl": "pkg:npm/node-fetch@2.6.9"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:7620b3fd-4afd-5746-aadb-0e64398c6ca5",
      "id": "CVE-2020-15168",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2020-15168 does not affect version 2.6.9 of node-fetch. already_fixed \u2014 CVE-2020-15168 has already been fixed in the target repository. The vendor's fix from commit 2358a6c (released in v2.6.1) is present in the current version. The fix adds `size: request.size` to redirect request options at src/index.js:230, ensuring size limits are enforced on redirected responses."
      },
      "affects": [
        {
          "ref": "pkg:npm/node-fetch@2.6.9"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/node-fetch@2.6.9"
    }
  ]
}