-
Notifications
You must be signed in to change notification settings - Fork 3k
[3.20] Bump to Vert.x 4.5.21 and Netty 4.1.127.Final #49868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/cc @aloubyansky (3.20), @gastaldi (3.20), @gsmet (3.20), @jmartisk (3.20), @rsvoboda (3.20) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make sure we have everything sorted out in #49867 first before merging this.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
077ee0b
to
ea0b8dd
Compare
I messed up with my branch |
This fixes Netty CVEs: CVE-2025-58057 and CVE-2025-58056
We override the authority here so we need to be extra careful.
Also fixes Vertx context being created in tests but never been cleared. Co-authored-by: Clement Escoffier <[email protected]>
This fixes Netty/BouncyCastle issues.
ea0b8dd
to
046b26e
Compare
@jmartisk this should be good, but you might want to squash the commits when it's good to merge |
Status for workflow
|
@jponge thanks for the updates, much appreciated! Would anyone care to explain how such fixes will find their way into RHBQ 3.20 releases? I previously tried through https://issues.redhat.com/projects/QUARKUS (using the corporate account) but got nowhere. |
This PR will first get merged into the 3.20.3 community release, which will then be the base for the corresponding RHBQ release. |
This landing in 3.20.3 is important information, thanks. Should it be assigned to the 3.20.3 milestone? Or does this happen only once it's merged?
Given the above, this for us means that there's no need waiting for a new RHBQ release that includes the Vert.x and Netty vulnerability fixes. RHBQ 3.20.3.GA is due only in a month. We'll now manage those dependencies manually. |
Yes, that is exactly how we do it :) |
This fixes Netty CVEs: CVE-2025-58057 and CVE-2025-58056