UID2-7251: bump netty to 4.1.135.Final to fix 4 HIGH CVEs#2593
Merged
Conversation
The Trivy scan in publish-azure-cc-enclave-docker (and all operator publishes) fails on 4 HIGH netty CVEs in the operator jar: io.netty:netty-handler CVE-2026-44249, CVE-2026-45416 io.netty:netty-resolver-dns CVE-2026-45674, CVE-2026-47691 All four are fixed in netty 4.1.135.Final. The operator pins netty directly via the netty.version property + netty-bom import, so it does not inherit the version from uid2-shared; the bump must be made here. uid2-shared PR #614 bumped netty to 4.1.133.Final, which is below the 4.1.135.Final fix version for these CVEs and so does not clear the scan. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
BehnamMozafari
approved these changes
Jun 9, 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.
What
Bumps
netty.versionfrom4.1.133.Final→4.1.135.Finalin the operator pom.Why
The Trivy scan in the operator publish workflows (e.g.
publish-azure-cc-enclave-docker) fails on 4 HIGH netty CVEs in the operator jar:io.netty:netty-handlerio.netty:netty-handlerio.netty:netty-resolver-dnsio.netty:netty-resolver-dnsThe operator pins netty directly via the
netty.versionproperty +netty-bomimport, so it does not inherit the version from uid2-shared — the bump has to happen here. uid2-shared PR #614 bumped netty to4.1.133.Final, which is below the fix version and does not clear the scan.Verification
mvn dependency:tree -Dincludes=io.nettyconfirms allnetty-4.1.xartifacts resolve to4.1.135.Final(netty-bom forces them).mvn clean compile→ BUILD SUCCESS against Vert.x 4.5.21.🤖 Generated with Claude Code