UID2-7035/UID2-7297: .trivyignore cleanup + netty upgrade to 4.1.135.Final#650
Merged
Merged
Conversation
Aligns uid2-admin with uid2-core, uid2-operator, and uid2-optout which were already extended to 2026-09-11 under the same ticket. Rationale is unchanged: netty 4.1.x has no fix (only backported to 4.2.13.Final), service sits behind mTLS LB limiting blast radius to Availability only. Revisit on vert.x 5 migration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Bumps <netty.version> from 4.1.133.Final to 4.1.135.Final, which fixes four HIGH severity vulnerabilities detected by Trivy: - CVE-2026-44249, CVE-2026-45416 (netty-handler) - CVE-2026-45674, CVE-2026-47691 (netty-resolver-dns) The netty-bom import in dependencyManagement ensures all netty artifacts are upgraded consistently. 4.1.135.Final is a patch release fully compatible with vert.x 4.5.21. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
BehnamMozafari
approved these changes
Jun 15, 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.
Summary
Two changes bundled:
1. .trivyignore cleanup (UID2-7035)
Extends CVE-2026-42577 (netty-transport-native-epoll DoS) expiry from 2026-06-08 to 2026-09-11, aligning with
uid2-core,uid2-operator, anduid2-optoutwhich were already extended under UID2-7035. Rationale unchanged: netty 4.1.x has no fix (only 4.2.13.Final+), service sits behind mTLS LB, CVSS impact is Availability only. Revisit on vert.x 5 migration.2. netty upgrade 4.1.133.Final → 4.1.135.Final (UID2-7297)
Fixes four HIGH severity vulnerabilities detected by Trivy:
io.netty:netty-handlerio.netty:netty-resolver-dnsuid2-admin runs a netty server and these code paths are reachable. The fix is a patch-level upgrade within 4.1.x, fully compatible with vert.x 4.5.21. The
<netty.version>property and netty-bom import independencyManagementensures all netty artifacts upgrade consistently.Test plan
🤖 Generated with Claude Code