nssalian opened a new pull request, #16749: URL: https://github.com/apache/iceberg/pull/16749
## Summary Bumps Netty pin `4.2.14.Final` -> `4.2.15.Final` and extends the existing `eachDependency` rule to also align `4.2.x` transitive requests. Fixes 4 high CVEs flagged by Trivy on aws-bundle, azure-bundle, kafka-connect-runtime, and open-api-test-fixtures-runtime - CVE-2026-44249, CVE-2026-45416 (netty-handler) - CVE-2026-45674, CVE-2026-47691 (netty-resolver-dns) [Example run](https://github.com/apache/iceberg/actions/runs/27241532736/job/80446148920) All four fixed in `4.2.15.Final`. ## Changes - `gradle/libs.versions.toml`: `netty-buffer` `4.2.14.Final` -> `4.2.15.Final` - `build.gradle`: rule now matches `4.1.x` OR `4.2.x` (was `4.1.x` only); CVE list updated. ## Local verification `./gradlew :<bundle>:dependencyInsight --dependency io.netty:<module> --configuration <cfg>` confirms every netty dep resolves to `4.2.15.Final` with `Selected by rule: Fix Netty 4.1.x and 4.2.x CVEs (...)`. | Bundle | Configuration | Modules | |---|---|---| | iceberg-aws-bundle | runtimeClasspath | netty-handler | | iceberg-azure-bundle | runtimeClasspath | netty-resolver-dns (+ macos variants) | | iceberg-kafka-connect-runtime | runtimeClasspath | netty-resolver-dns (+ macos variants) | | iceberg-open-api | testFixturesRuntimeClasspath | netty-handler, -handler-proxy, -codec-http, -codec-http2, -resolver-dns (+ macos variants) | -- 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]
