{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:5945d63b-9e63-57c3-9b12-da9dae35849c",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "degenerator",
      "purl": "pkg:npm/degenerator@1.0.4-tuxcare.1",
      "type": "library",
      "bom-ref": "pkg:npm/degenerator@1.0.4-tuxcare.1",
      "version": "1.0.4-tuxcare.1",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2021-23406",
      "affects": [
        {
          "ref": "pkg:npm/degenerator@1.0.4-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:f0145f23-b047-522c-9752-f70b5d02bb06",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2021-23406 does not affect version 1.0.4-tuxcare.1 of degenerator. not_affected \u2014 degenerator 1.0.4 is NOT affected by CVE-2021-23406. The vulnerability requires the `compile()` function which executes code in a vm sandbox - this function was introduced in degenerator 2.0.0, AFTER version 1.0.4. Version 1.0.4 only performs AST transformation (string-to-string conversion) and never executes the input code, making the vm sandbox escape attack impossible.",
        "justification": "code_not_present"
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/degenerator@1.0.4-tuxcare.1"
    }
  ]
}