{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:d6d25b96-fbf7-5982-8326-4e94ac4ed541",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/lodash._basematches@3.2.0",
      "type": "library",
      "name": "lodash._basematches",
      "version": "3.2.0",
      "purl": "pkg:npm/lodash._basematches@3.2.0"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:99f94fce-1a60-518c-93bf-6aed0788de58",
      "id": "CVE-2021-41720",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2021-41720 is a false positive for lodash._basematches 3.2.0."
      },
      "affects": [
        {
          "ref": "pkg:npm/lodash._basematches@3.2.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:edf9d9f1-1dd6-5986-8329-290f289d7b11",
      "id": "CVE-2025-13465",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2025-13465 does not affect version 3.2.0 of lodash._basematches. not_affected \u2014 Lodash 3.2.0 is not affected by CVE-2025-13465. The vulnerability requires the `baseUnset` function with unvalidated `delete` operations, which does not exist in lodash 3.x. The `_.unset` function (one of the two affected functions per the CVE) was introduced in lodash 4.x and is absent from this version. The `_.omit` function exists but uses a fundamentally different architecture: it creates a..."
      },
      "affects": [
        {
          "ref": "pkg:npm/lodash._basematches@3.2.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:786a9f8f-286f-569d-98ac-c5512030515f",
      "id": "CVE-2026-2950",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-2950 does not affect version 3.2.0 of lodash._basematches. not_affected \u2014 Lodash v3.2.0 is not affected by CVE-2026-2950. The vulnerability requires path traversal via baseUnset (used by _.unset and _.omit in lodash 4.x), where array-wrapped path segments bypass string-only validation. Lodash v3.2.0 has a fundamentally different architecture: _.unset does not exist, and _.omit creates new objects by filtering properties rather than deleting along paths. The vulnerabl..."
      },
      "affects": [
        {
          "ref": "pkg:npm/lodash._basematches@3.2.0"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/lodash._basematches@3.2.0"
    }
  ]
}