fix: bump netty-handler to 4.1.137.Final for CVE-2026-62243 - #307
fix: bump netty-handler to 4.1.137.Final for CVE-2026-62243#307heatherzh01 wants to merge 2 commits into
Conversation
…erification bypass)
|
Review note — traceability & future-upgrade risk of the netty pin The Suggestion: add an XML comment on the |
|
Review note — verify the native build before merge The prod artifact is a Mandrel-25 native image ( Suggestion: run |
|
traceability — Added an XML comment on the netty-bom block covering (a) CVE-2026-62243, (b) the removal condition (once quarkus.platform.version manages netty-handler >= 4.1.137.Final), and (c) the tracking ticket TC-6098. native build — Ran a container-based native build on this branch |

Pin io.netty:netty-bom ahead of quarkus-bom so all Netty artifacts
resolve to 4.1.137.Final, which restores TLS hostname verification on
the SslProvider.OPENSSL client path. Keeps Quarkus at 3.36.2 to avoid
an unrelated platform bump.