Revert "Update vertx top 4.5.24 to address CVE-2026-1002"#36
Merged
matthew1001 merged 1 commit intoFeb 3, 2026
Merged
Conversation
This reverts commit c010b4a. Signed-off-by: Matthew Whitehead <matthew.whitehead@kaleido.io>
777f7ad to
eb76530
Compare
onelapahead
approved these changes
Feb 3, 2026
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.
PR description
This PR reverts #35 which was intended to upgrade
vertxto versionv4.5.24to addressCVE-2026-1002There is a complication with the upgrade in that the new version of
vertxpre-reqs an older version ofnettythan the one currently pulled in.There is a draft OSS PR besu-eth#9645 which is currently being worked, which aims to upgrade
vertxto a much newer version so thatnettyisn't downgraded, but that requires some additional Besu code changes.