[SPARK-56817][BUILD][4.2] Upgrade Netty to 4.2.13.Final#55859
Closed
LuciferYang wants to merge 1 commit into
Closed
[SPARK-56817][BUILD][4.2] Upgrade Netty to 4.2.13.Final#55859LuciferYang wants to merge 1 commit into
LuciferYang wants to merge 1 commit into
Conversation
Contributor
Author
peter-toth
approved these changes
May 13, 2026
yaooqinn
approved these changes
May 13, 2026
Contributor
|
All tests seem to be passed (https://github.com/LuciferYang/spark/runs/75821190634). |
peter-toth
pushed a commit
that referenced
this pull request
May 14, 2026
### What changes were proposed in this pull request? This PR upgrades `Netty` to 4.2.13.Final. ### Why are the changes needed? This version includes the 11 CVE fixes: - [CVE-2026-42586](GHSA-rgrr-p7gp-5xj7) (netty-codec-redis) - [CVE-2026-42578](GHSA-45q3-82m4-75jr) (netty-handler-proxy) - [CVE-2026-42577](GHSA-rwm7-x88c-3g2p) (netty-transport-native-epoll) - [CVE-2026-42587](GHSA-f6hv-jmp6-3vwv) (netty-codec-http, netty-codec-http2) - [CVE-2026-41417](GHSA-v8h7-rr48-vmmv) (netty-codec-http) - [CVE-2026-42581](GHSA-xxqh-mfjm-7mv9) (netty-codec-http) - [CVE-2026-42580](GHSA-m4cv-j2px-7723) (netty-codec-http) - [CVE-2026-42585](GHSA-38f8-5428-x5cv) (netty-codec-http) - [CVE-2026-42579](GHSA-cm33-6792-r9fm) (netty-codec-dns) - [CVE-2026-42582](GHSA-2c5c-chwr-9hqw) (netty-codec-http3) - [CVE-2026-42583](GHSA-mj4r-2hfc-f8p6) (netty-codec, netty-codec-compression) - [CVE-2026-42584](GHSA-57rv-r2g8-2cj3) (netty-codec-http) - [CVE-2026-44248](GHSA-jfg9-48mv-9qgx) (netty-codec-mqtt) At least the following issues may have affected Apache Spark: - https://github.com/apache/spark/security/dependabot/187 The full release notes as follows: - https://netty.io/news/2026/05/04/4-2-13-Final.html ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass Github Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes #55859 from LuciferYang/SPARK-56817-4.2. Authored-by: YangJie <yangjie01@baidu.com> Signed-off-by: Peter Toth <peter.toth@gmail.com>
Contributor
|
Thank you @LuciferYang and all, merged to |
Member
|
Thank you, @LuciferYang , @peter-toth , and @yaooqinn ~ |
Contributor
Author
|
Thank you @dongjoon-hyun @peter-toth @yaooqinn |
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 changes were proposed in this pull request?
This PR upgrades
Nettyto 4.2.13.Final.Why are the changes needed?
This version includes the 11 CVE fixes:
At least the following issues may have affected Apache Spark:
The full release notes as follows:
Does this PR introduce any user-facing change?
No
How was this patch tested?
Was this patch authored or co-authored using generative AI tooling?
No