{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:f07b55d8-1d59-5f2e-988b-22c06a5c0033",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "lodash.pick",
      "purl": "pkg:npm/lodash.pick@4.4.0",
      "type": "library",
      "bom-ref": "pkg:npm/lodash.pick@4.4.0",
      "version": "4.4.0",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2020-8203",
      "affects": [
        {
          "ref": "pkg:npm/lodash.pick@4.4.0"
        }
      ],
      "bom-ref": "urn:uuid:40459212-f478-58be-90e3-b7b7969daaa5",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2020-8203 does not affect version 4.4.0 of lodash.pick. already_fixed \u2014 The target repository lodash.pick@4.4.0-tuxcare.1 already contains a complete fix for CVE-2020-8203 (Prototype Pollution). TuxCare applied the fix in commit 4ae6843 (JSELS-480), which adds explicit security checks blocking dangerous property identifiers (__proto__, constructor, prototype) before they can be used to modify Object.prototype.",
        "justification": "code_not_present"
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/lodash.pick@4.4.0"
    }
  ]
}