SteNicholas opened a new pull request, #3098: URL: https://github.com/apache/celeborn/pull/3098
### What changes were proposed in this pull request? Bump Netty version from 4.1.115.Final to 4.1.118.Final. ### Why are the changes needed? The Netty 4.1.118.Final version has been released, which netty version is 4.1.115.Final at present. The changes between 4.1.115.Final and 4.1.118.Final is as follows: - 4.1.116.Final: https://netty.io/news/2024/12/17/4-1-116-Final.html - 4.1.117.Final: https://netty.io/news/2025/01/14/4-1-117-Final.html - 4.1.118.Final: https://netty.io/news/2025/02/10/4-1-118-Final.html - **SslHandler doesn't correctly validate packets which can lead to native crash when using native SSLEngine.** - **Denial of Service attack on windows app using Netty, again.** Backport: - https://github.com/apache/spark/pull/49756 - https://github.com/apache/spark/pull/49923 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI. -- 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]
