{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:7382f770-28af-5680-9918-11cc47f4063b",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:maven/org.springframework.boot.aot/org.springframework.boot.aot.gradle.plugin@3.3.13-tuxcare.6",
      "type": "library",
      "group": "org.springframework.boot.aot",
      "name": "org.springframework.boot.aot.gradle.plugin",
      "version": "3.3.13-tuxcare.6",
      "purl": "pkg:maven/org.springframework.boot.aot/org.springframework.boot.aot.gradle.plugin@3.3.13-tuxcare.6"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:8736463e-d003-5c5e-a281-d5251eb10c25",
      "id": "CVE-2025-22235",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2025-22235 does not affect version 3.3.13-tuxcare.6 of org.springframework.boot.aot:org.springframework.boot.aot.gradle.plugin. This CVE was fixed in version 3.3.11 (https://security.snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKBOOT-9804539, https://github.com/advisories/GHSA-rc42-6c7j-7h5r) so version 3.3.13 is not affected"
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot.aot/org.springframework.boot.aot.gradle.plugin@3.3.13-tuxcare.6"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:c5458807-7543-5dfe-9467-bbef0ed1e5a1",
      "id": "CVE-2026-22733",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-22733 is fixed in version 3.3.13-tuxcare.6 of org.springframework.boot.aot:org.springframework.boot.aot.gradle.plugin."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot.aot/org.springframework.boot.aot.gradle.plugin@3.3.13-tuxcare.6"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:57f4d0b1-3272-5daa-94ac-6c30f9892858",
      "id": "CVE-2026-40972",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40972 is fixed in version 3.3.13-tuxcare.6 of org.springframework.boot.aot:org.springframework.boot.aot.gradle.plugin."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot.aot/org.springframework.boot.aot.gradle.plugin@3.3.13-tuxcare.6"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:7fd462cb-39de-550a-9412-9af0ca47b668",
      "id": "CVE-2026-40973",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40973 is fixed in version 3.3.13-tuxcare.6 of org.springframework.boot.aot:org.springframework.boot.aot.gradle.plugin."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot.aot/org.springframework.boot.aot.gradle.plugin@3.3.13-tuxcare.6"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:2f2b1e3d-9ba2-5d33-af81-267d63dba639",
      "id": "CVE-2026-40974",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40974 is fixed in version 3.3.13-tuxcare.6 of org.springframework.boot.aot:org.springframework.boot.aot.gradle.plugin."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot.aot/org.springframework.boot.aot.gradle.plugin@3.3.13-tuxcare.6"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:17811fa6-81bc-56eb-9181-71bb098e7a8f",
      "id": "CVE-2026-40975",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40975 is fixed in version 3.3.13-tuxcare.6 of org.springframework.boot.aot:org.springframework.boot.aot.gradle.plugin."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot.aot/org.springframework.boot.aot.gradle.plugin@3.3.13-tuxcare.6"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:fd4f23ed-d3fe-5089-b07a-d2cb182e4e71",
      "id": "CVE-2026-40977",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40977 is fixed in version 3.3.13-tuxcare.6 of org.springframework.boot.aot:org.springframework.boot.aot.gradle.plugin."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot.aot/org.springframework.boot.aot.gradle.plugin@3.3.13-tuxcare.6"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:a605eb61-7c5b-5953-ade5-6fd12c0ab11b",
      "id": "CVE-2026-40992",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-40992 does not affect version 3.3.13-tuxcare.6 of org.springframework.boot.aot:org.springframework.boot.aot.gradle.plugin. CVE-2026-40992 affects only Spring Boot >= 3.4.0 (ranges 3.4.0-3.4.16, 3.5.0-3.5.14, 4.0.0-4.0.6 per spring.io/security/cve-2026-40992). The vulnerable code path is the mail SSL auto-configuration (spring.mail.ssl.*), which sets an SSL socket factory without mail.<proto>.ssl.checkserveridentity. That feature was introduced in Spring Boot 3.4.0. 3.3.13 predates it: MailProperties has no Ssl class and the mail autoconfigure package has zero SSL/socketFactory/checkserveridentity references."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot.aot/org.springframework.boot.aot.gradle.plugin@3.3.13-tuxcare.6"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:e8bb4c3d-dc00-5e2d-81c3-ae4d5b5ced46",
      "id": "CVE-2026-41001",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-41001 is fixed in version 3.3.13-tuxcare.6 of org.springframework.boot.aot:org.springframework.boot.aot.gradle.plugin."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot.aot/org.springframework.boot.aot.gradle.plugin@3.3.13-tuxcare.6"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:maven/org.springframework.boot.aot/org.springframework.boot.aot.gradle.plugin@3.3.13-tuxcare.6"
    }
  ]
}