[hotfix][build] Bump netty to 4.2.13.Final (CVEs)#28124
Open
spuru9 wants to merge 1 commit intoapache:masterfrom
Open
[hotfix][build] Bump netty to 4.2.13.Final (CVEs)#28124spuru9 wants to merge 1 commit intoapache:masterfrom
spuru9 wants to merge 1 commit intoapache:masterfrom
Conversation
Bumps io.netty:netty-bom from 4.2.12.Final to 4.2.13.Final to pick up fixes for the netty modules Flink uses directly: - netty-codec-http: CVE-2026-41417, CVE-2026-42580, CVE-2026-42581, CVE-2026-42584, CVE-2026-42585, CVE-2026-42587 - netty-codec / netty-codec-compression: CVE-2026-42583 - netty-transport-native-epoll: CVE-2026-42577 Updates the matching META-INF/NOTICE entries in flink-rpc-akka, flink-python, and flink-s3-fs-native to satisfy NoticeFileChecker. Scope is non-shaded only (mirrors PR apache#28072 / FLINK-39580); the flink-shaded-netty sync is a separate follow-up.
Collaborator
Contributor
Author
|
@snuyanzin a minor netty bump for some vulnerabilities fixes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
Bump
io.netty:netty-bomfrom4.2.12.Finalto4.2.13.Finalto pick up CVE fixes for the Netty modules Flink actually uses (non-shaded scope).Brief change log
pom.xml: bumpnetty-bom4.2.12.Final → 4.2.13.FinalMETA-INF/NOTICEentries inflink-rpc-akka,flink-python, andflink-s3-fs-nativesoNoticeFileCheckerpassesCVEs addressed
Of the CVEs fixed in 4.2.13.Final, these apply to modules Flink imports:
CVEs in
netty-codec-redis,netty-codec-dns,netty-codec-mqtt,netty-codec-http2,netty-codec-http3, andnetty-handler-proxydo not apply — those modules are not used by Flink.Scope
Non-shaded only, mirroring the prior PR #28072 / FLINK-39580 split. The runtime networking path that flows through
flink-shaded-nettyrequires a separate sync in that repo and is not addressed here.Verifying this change
This change is a dependency version bump and is already covered by tests.
Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation
AI Disclosure