UID2-7251: upgrade netty to 4.1.133.Final#614
Merged
Conversation
Bump the netty-bom import (netty.version property) from 4.1.132.Final to 4.1.133.Final to resolve 4 HIGH-severity Trivy findings in the netty codec modules: - CVE-2026-42583 (io.netty:netty-codec) - CVE-2026-42579 (io.netty:netty-codec-dns) - CVE-2026-42584 (io.netty:netty-codec-http) - CVE-2026-42587 (io.netty:netty-codec-http / netty-codec-http2) All four are fixed in 4.1.133.Final. netty is transitive via vertx and azure-core-http-netty; the BOM bump pins every codec module. mvn test: 476 tests, 0 failures. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
sophia-chen-ttd
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.
Summary
Bumps the netty BOM (
netty.versionproperty) from 4.1.132.Final → 4.1.133.Final to resolve 4 HIGH-severity Trivy findings in the netty codec modules. uid2-shared has no vuln-scan Slack notify workflow, so these weren't auto-alerted — raised manually by the team in #dev-uid2-core.Vulnerabilities (all HIGH, fixed in 4.1.133.Final)
Change
<netty.version>4.1.132.Final→4.1.133.Final. netty is managed via the importednetty-bom, so this one property pins every codec module. netty is transitive via vertx 4.5.21 and azure-core-http-netty.Verification
mvn dependency:tree: all flagged codec modules now resolve to 4.1.133.Final.mvn test: 476 tests, 0 failures.Jira: https://thetradedesk.atlassian.net/browse/UID2-7251
🤖 Generated with Claude Code