{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:8baee7d6-e239-5715-af26-68792cd75e2f",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/npm-user-validate@0.1.2",
      "type": "library",
      "name": "npm-user-validate",
      "version": "0.1.2",
      "purl": "pkg:npm/npm-user-validate@0.1.2"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:b8f146ca-0195-58ed-8d23-362fa2340309",
      "id": "CVE-2020-7754",
      "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 ..."
      },
      "affects": [
        {
          "ref": "pkg:npm/npm-user-validate@0.1.2"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/npm-user-validate@0.1.2"
    }
  ]
}