{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:6c7384b9-ed72-5b9f-93a1-3dd32a54cbbf",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "debug",
      "purl": "pkg:npm/debug@0.8.1",
      "type": "library",
      "bom-ref": "pkg:npm/debug@0.8.1",
      "version": "0.8.1",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2017-16137",
      "affects": [
        {
          "ref": "pkg:npm/debug@0.8.1"
        }
      ],
      "bom-ref": "urn:uuid:2de2b2ae-2dba-5de7-930b-782628fedf1a",
      "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.",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2017-20165",
      "affects": [
        {
          "ref": "pkg:npm/debug@0.8.1"
        }
      ],
      "bom-ref": "urn:uuid:dca2f865-3258-51ab-a23a-a82e4c6e4c7b",
      "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.",
        "justification": "code_not_present"
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/debug@0.8.1"
    }
  ]
}