laskoviymishka opened a new pull request, #16955: URL: https://github.com/apache/iceberg/pull/16955
…nd CVEs The azure-bundle, gcp-bundle, and kafka-connect-runtime distributions shade Jackson transitively from the Azure SDK / Google libraries / cloud SDK BOMs, which pin jackson-databind 2.18.6. That version is affected by CVE-2026-54512 and CVE-2026-54513 (fixed in 2.18.8 / 2.21.4 / 3.1.4), causing the Trivy CVE scan to fail for those bundles (and for open-api-test-fixtures-runtime, which re-bundles the azure/gcp shadow jars). Apply the project's jackson BOM (2.22.0, already used project-wide and outside the affected ranges) in these modules so the shaded Jackson family is aligned to a non-vulnerable version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
