{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:e823aedd-1789-5a88-a6cf-ec61bd6cb751",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/debug@0.8.1",
      "type": "library",
      "name": "debug",
      "version": "0.8.1",
      "purl": "pkg:npm/debug@0.8.1"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:2de2b2ae-2dba-5de7-930b-782628fedf1a",
      "id": "CVE-2017-16137",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2017-16137 does not affect version 0.8.1 of debug. not_affected \u2014 Version 0.8.1 of the debug package is not affected by CVE-2017-16137. The vulnerable code (the %o formatter with a ReDoS-prone regex pattern) was introduced 6 weeks after version 0.8.1 was released. Version 0.8.1 does not have formatters, util.inspect() usage, or the vulnerable regex pattern."
      },
      "affects": [
        {
          "ref": "pkg:npm/debug@0.8.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:dca2f865-3258-51ab-a23a-a82e4c6e4c7b",
      "id": "CVE-2017-20165",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2017-20165 does not affect version 0.8.1 of debug. not_affected \u2014 Version 0.8.1 is not affected by CVE-2017-20165. The vulnerable code (exports.formatters.o with the ReDoS-prone regex /\\s*\\n\\s*/g) was introduced in version 1.0.0, which is AFTER version 0.8.1. The %o formatter feature using util.inspect() did not exist in this earlier version."
      },
      "affects": [
        {
          "ref": "pkg:npm/debug@0.8.1"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/debug@0.8.1"
    }
  ]
}