Skip to content

Commit 590aa35

Browse files
cYKatherineclaude
andauthored
UID2-7278: upgrade netty to 4.1.135.Final; extend CVE-2026-42577 expiry (#412)
- pom.xml: netty.version 4.1.133.Final → 4.1.135.Final (fixes CVE-2026-44249, CVE-2026-45416 in netty-handler; CVE-2026-45674, CVE-2026-47691 in netty-resolver-dns) - .trivyignore: extend CVE-2026-42577 expiry to 2026-09-11 (no 4.1.x fix yet) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4d89240 commit 590aa35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.trivyignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ GHSA-72hv-8253-57qq exp:2026-09-01
1313
# gateway) so anonymous external attackers cannot reach the netty epoll socket directly;
1414
# LB-level connection limits and idle timeouts further cap the blast radius. CVSS impact is
1515
# Availability only (C:N/I:N/A:H). Tracking via UID2-7035; revisit on vert.x 5 migration.
16-
CVE-2026-42577 exp:2026-06-08
16+
CVE-2026-42577 exp:2026-09-11

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<launcher.class>io.vertx.core.Launcher</launcher.class>
2626

2727
<uid2-shared.version>11.4.16</uid2-shared.version>
28-
<netty.version>4.1.133.Final</netty.version>
28+
<netty.version>4.1.135.Final</netty.version>
2929
<image.version>${project.version}</image.version>
3030
</properties>
3131

0 commit comments

Comments
 (0)