{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:e4a50fc9-aa12-516e-921e-5232d017ac29",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/node-fetch@2.6.1",
      "type": "library",
      "name": "node-fetch",
      "version": "2.6.1",
      "purl": "pkg:npm/node-fetch@2.6.1"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:5f87bb94-a7e3-5128-affb-58fbf62a8b6c",
      "id": "CVE-2020-15168",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2020-15168 does not affect version 2.6.1 of node-fetch. already_fixed \u2014 The target repository node-fetch version 2.6.1-tuxcare.2 already contains the official security fix for CVE-2020-15168. The vulnerability (failure to honor size option after redirects) has been addressed by commit 2358a6c2563d1730a0cdaccc197c611949f6a334, which adds 'size: request.size' to the redirect request options at src/index.js:181."
      },
      "affects": [
        {
          "ref": "pkg:npm/node-fetch@2.6.1"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/node-fetch@2.6.1"
    }
  ]
}