{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:3e74be50-f129-578d-982e-c15450cc3600",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:pypi/cryptography@45.0.7",
      "type": "library",
      "name": "cryptography",
      "version": "45.0.7",
      "purl": "pkg:pypi/cryptography@45.0.7"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:9e3501bf-6493-5342-8ffe-fce847b12b1d",
      "id": "CVE-2024-12797",
      "analysis": {
        "state": "false_positive",
        "detail": "Vulnerability CVE-2024-12797 is a false positive for cryptography 45.0.7."
      },
      "affects": [
        {
          "ref": "pkg:pypi/cryptography@45.0.7"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:0705ee51-174d-59a1-9082-524fa8b0cc41",
      "id": "GHSA-537c-gmf6-5ccf",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability GHSA-537c-gmf6-5ccf does not affect version 45.0.7 of cryptography. not_affected \u2014 The source repository does not contain OpenSSL source code. The vulnerability (GHSA-537c-gmf6-5ccf) affects OpenSSL bundled in binary wheels distributed on PyPI, not the cryptography source code itself. OpenSSL is downloaded and compiled during the wheel build process via build_openssl.sh, not present in the repository."
      },
      "affects": [
        {
          "ref": "pkg:pypi/cryptography@45.0.7"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:pypi/cryptography@45.0.7"
    }
  ]
}