{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:26a100d5-f729-5c00-b541-e53acaa78eab",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/debug@0.7.4",
      "type": "library",
      "name": "debug",
      "version": "0.7.4",
      "purl": "pkg:npm/debug@0.7.4"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:3c764e5a-4fb0-5d90-b69e-3ccc75417d84",
      "id": "CVE-2017-16137",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2017-16137 does not affect version 0.7.4 of debug. not_affected \u2014 Version 0.7.4-tuxcare.1 is not affected by CVE-2017-16137. The vulnerability exists in the custom `%o` formatter's regex pattern, which was introduced in version 0.8.1. Version 0.7.4 predates this feature and does not have the formatters system, util.inspect usage, or the vulnerable regex pattern /\\s*\\n\\s*/g."
      },
      "affects": [
        {
          "ref": "pkg:npm/debug@0.7.4"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/debug@0.7.4"
    }
  ]
}