{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:8d8f988f-5a06-518b-ad16-b7f55704e22f",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "color-string",
      "purl": "pkg:npm/color-string@0.3.0",
      "type": "library",
      "bom-ref": "pkg:npm/color-string@0.3.0",
      "version": "0.3.0",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2021-29060",
      "affects": [
        {
          "ref": "pkg:npm/color-string@0.3.0"
        }
      ],
      "bom-ref": "urn:uuid:1214fc86-096c-573d-a430-cca014fc60cf",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2021-29060 affects version 0.3.0 of color-string, and is fixed in 0.3.0-tuxcare.1."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/color-string@0.3.0"
    }
  ]
}