{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:baaa34f1-811e-5b88-856a-4b1d5c6d7035",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "bl",
      "purl": "pkg:npm/bl@1.2.1",
      "type": "library",
      "bom-ref": "pkg:npm/bl@1.2.1",
      "version": "1.2.1",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2020-8244",
      "affects": [
        {
          "ref": "pkg:npm/bl@1.2.1"
        }
      ],
      "bom-ref": "urn:uuid:44bc464e-3af3-5018-a895-99f7d9a99ce1",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2020-8244 affects version 1.2.1 of bl."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/bl@1.2.1"
    }
  ]
}