{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:3ed69c8e-5b69-5ec6-bce4-af0746f06562",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "braces",
      "purl": "pkg:npm/braces@1.8.5-tuxcare.1",
      "type": "library",
      "bom-ref": "pkg:npm/braces@1.8.5-tuxcare.1",
      "version": "1.8.5-tuxcare.1",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2018-1109",
      "affects": [
        {
          "ref": "pkg:npm/braces@1.8.5-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:49f5ff0c-3b8b-55fe-be14-47c1d4831d9a",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2018-1109 does not affect version 1.8.5-tuxcare.1 of braces. not_affected \u2014 Version 1.8.5 uses the 1.x architecture which does not contain the vulnerable regex pattern from CVE-2018-1109. The CVE targets the catastrophically-backtracking regex /^\\{(,+(?:(\\{,+\\})*),*|,*(?:(\\{,+\\})*),+)\\}/ in lib/parsers.js, which was introduced in the 2.x architecture rewrite. Version 1.8.5 only has index.js and uses a completely different parsing implementation without lib/parsers.js. ...",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2024-4068",
      "affects": [
        {
          "ref": "pkg:npm/braces@1.8.5-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:cb1723b1-63c6-5980-a216-49be9e5f694b",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2024-4068 is fixed in version 1.8.5-tuxcare.1 of braces."
      }
    },
    {
      "id": "GHSA-g95f-p29q-9xw4",
      "affects": [
        {
          "ref": "pkg:npm/braces@1.8.5-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:5ac18703-c18f-5456-9c4e-39d6dc5ffb34",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability GHSA-g95f-p29q-9xw4 is a false positive for braces 1.8.5-tuxcare.1."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/braces@1.8.5-tuxcare.1"
    }
  ]
}