{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:999274e3-2562-5f0b-8b83-9ec60b7e4964",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/node-fetch@2.7.0",
      "type": "library",
      "name": "node-fetch",
      "version": "2.7.0",
      "purl": "pkg:npm/node-fetch@2.7.0"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:d77d2e87-3349-5a5d-b348-0ebc0566bcfd",
      "id": "CVE-2020-15168",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2020-15168 does not affect version 2.7.0 of node-fetch. already_fixed \u2014 CVE-2020-15168 has already been fixed in the target repository. The vulnerability involved node-fetch not honoring the `size` option after following HTTP redirects, allowing attackers to cause DoS by redirecting to oversized content. The fix (preserving `size: request.size` in redirect request options) is present at line 230 of src/index.js. Both upstream fix commits (2358a6c and eaff009) are c..."
      },
      "affects": [
        {
          "ref": "pkg:npm/node-fetch@2.7.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:e6561960-03be-5098-81ec-a5ff8b98d671",
      "id": "CVE-2022-48285",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2022-48285 is a false positive for node-fetch 2.7.0. false_positive \u2014 CVE-2022-48285 concerns JSZip (a ZIP archive manipulation library), but the target repository is node-fetch (an HTTP fetch API implementation). This is a wrong-project match with no relationship between the two libraries."
      },
      "affects": [
        {
          "ref": "pkg:npm/node-fetch@2.7.0"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/node-fetch@2.7.0"
    }
  ]
}