{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:9bd9ae93-482e-513a-8757-f05491641683",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "npm-user-validate",
      "purl": "pkg:npm/npm-user-validate@0.1.2",
      "type": "library",
      "bom-ref": "pkg:npm/npm-user-validate@0.1.2",
      "version": "0.1.2",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2020-7754",
      "affects": [
        {
          "ref": "pkg:npm/npm-user-validate@0.1.2"
        }
      ],
      "bom-ref": "urn:uuid:b8f146ca-0195-58ed-8d23-362fa2340309",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2020-7754 does not affect version 0.1.2 of npm-user-validate. already_fixed \u2014 CVE-2020-7754 ReDoS vulnerability has already been fixed in this TuxCare-maintained version. The target contains both defenses from the upstream patch: (1) email length validation limiting inputs to 254 characters, and (2) corrected regex pattern using [^@]+ instead of .+ before the @ symbol to eliminate backtracking. Git history confirms the fix commit c8a87dac1a4cc6988b5418f30411a8669bef204e ...",
        "justification": "code_not_present"
      }
    },
    {
      "id": "GHSA-xgh6-85xh-479p",
      "affects": [
        {
          "ref": "pkg:npm/npm-user-validate@0.1.2"
        }
      ],
      "bom-ref": "urn:uuid:66dc5e9c-cd0e-5aef-ad71-60e2f88bb72f",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability GHSA-xgh6-85xh-479p affects version 0.1.2 of npm-user-validate, and is fixed in 0.1.2-tuxcare.1."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/npm-user-validate@0.1.2"
    }
  ]
}