dongjoon-hyun opened a new pull request, #750:
URL: https://github.com/apache/spark-kubernetes-operator/pull/750

   ### What changes were proposed in this pull request?
   
   This PR aims to upgrade `Netty` to 4.2.16.Final. In addition, 
`gradle/verification-metadata.xml` is regenerated accordingly.
   
   ### Why are the changes needed?
   
   To bring the latest bug fixes:
   
   - https://netty.io/news/2026/07/06/4-2-16-Final.html
     - 
[CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-vhch-2wf3-m8rp):
 memory exhaustion in io.netty:netty-codec-stomp.
     - 
[CVE-2026-55833](https://github.com/netty/netty/security/advisories/GHSA-mvh2-crg5-v77c):
 zip bomb in io.netty:netty-codec-http.
     - 
[CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-gcjf-9mgh-3p7g):
 improper CR/LF neutralization in io.netty:netty-codec-http (multipart).
     - 
[CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-wh89-7897-x99h):
 improper CR/LF neutralization in io.netty:netty-codec-haproxy.
     - 
[CVE-2026-55851](https://github.com/netty/netty/security/advisories/GHSA-q6cq-mhr2-jmr5):
 memory exhaustion in io.netty:netty-codec-haproxy.
     - 
[CVE-2026-56745](https://github.com/netty/netty/security/advisories/GHSA-jppx-w49h-x2qq):
 memory exhaustion in io.netty:netty-codec-http.
     - 
[CVE-2026-56817](https://github.com/netty/netty/security/advisories/GHSA-4qhr-g3c6-fcfx):
 insecure defaults in XML parsing in io.netty:netty-codec-xml.
     - 
[CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-q4f6-jm68-57ww):
 memory exhaustion in io.netty:netty-codec-http.
     - 
[CVE-2026-56818](https://github.com/netty/netty/security/advisories/GHSA-p9jm-q85p-7mcp):
 memory leak in io.netty:netty-codec-redis.
     - 
[CVE-2026-56819](https://github.com/netty/netty/security/advisories/GHSA-93wv-jw9v-4972):
 memory leak in io.netty:netty-codec-http2.
     - 
[CVE-2026-56816](https://github.com/netty/netty/security/advisories/GHSA-hpcc-26xq-25fv):
 memory exhaustion in io.netty:netty-codec-http3.
     - 
[CVE-2026-55831](https://github.com/netty/netty/security/advisories/GHSA-6jqx-86gh-f27w):
 resource exhaustion/DoS in io.netty:netty-codec-http.
     - 
[CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-mfg7-5gfp-c4w3):
 memory leak in io.netty:netty-codec-dns.
     - 
[CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-558v-64gr-wgg4):
 infinite loop in io.netty:netty-codec-compression (bzip2).
     - 
[CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-c69g-56f8-xwqj):
 improper header neutralization in io.netty:netty-codec-http2.
     - 
[CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-4mp9-239f-g9hg):
 protocol version confusion in io.netty:netty-codec-http (websocket).
     - 
[CVE-2026-56746](https://github.com/netty/netty/security/advisories/GHSA-6cqp-g7gg-8hr5):
 improper access control in io.netty:netty-codec-http (CORS).
     - 
[CVE-2026-56822](https://github.com/netty/netty/security/advisories/GHSA-wc96-39fc-566f):
 time-of-check/time-of-use in io.netty:netty-handler-ssl-ocsp.
     - 
[CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-v74w-7mr3-4qg3):
 uncontrolled resource consumption in io.netty:netty-codec-xml.
     - 
[CVE-2026-56820](https://github.com/netty/netty/security/advisories/GHSA-272m-gcwp-mpwg):
 improper certificate validation in io.netty:netty-handler-ssl-ocsp.
     - 
[CVE-2026-56821](https://github.com/netty/netty/security/advisories/GHSA-g7hg-vrcf-mvmr):
 improper certificate revocation check in io.netty:netty-handler-ssl-ocsp.
     - 
[CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-3g8r-4pfx-jmfh):
 improper CR/LF neutralization in io.netty:netty-codec-stomp.
     - Reject control characters at HTTP method boundaries 
[#16723](https://github.com/netty/netty/pull/16723)
     - Reject control characters in HTTP version token 
[#16971](https://github.com/netty/netty/pull/16971)
     - Reject non-token characters in HTTP/2 headers 
[#16762](https://github.com/netty/netty/pull/16762)
     - Add HTTP/2 pseudo-header validation option 
[#16932](https://github.com/netty/netty/pull/16932)
     - Fix HTTP/2 PUSH_PROMISE stream validation 
[#16952](https://github.com/netty/netty/pull/16952)
     - Fix GZIP FEXTRA handling in JdkZlibDecoder 
[#16951](https://github.com/netty/netty/pull/16951)
     - Guard FastLz decompression against truncated input 
[#17000](https://github.com/netty/netty/pull/17000)
     - Fix startTls propagation for client SslContext 
[#16931](https://github.com/netty/netty/pull/16931)
     - Fix leak in ReferenceCountedOpenSslEngine 
[#16979](https://github.com/netty/netty/pull/16979)
     - Fix traffic-shaping write release on close 
[#16959](https://github.com/netty/netty/pull/16959)
     - Early return when DNS query ID space exhausted 
[#16950](https://github.com/netty/netty/pull/16950)
     - Fix TCP Fast Open initial writes 
[#16929](https://github.com/netty/netty/pull/16929)
     - Reset IdleStateHandler timeout flags properly 
[#16982](https://github.com/netty/netty/pull/16982)
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5


-- 
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]

Reply via email to