Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ GHSA-72hv-8253-57qq exp:2026-09-01
# gateway) so anonymous external attackers cannot reach the netty epoll socket directly;
# LB-level connection limits and idle timeouts further cap the blast radius. CVSS impact is
# Availability only (C:N/I:N/A:H). Tracking via UID2-7035; revisit on vert.x 5 migration.
CVE-2026-42577 exp:2026-06-08
CVE-2026-42577 exp:2026-09-11
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<launcher.class>io.vertx.core.Launcher</launcher.class>

<uid2-shared.version>11.4.16</uid2-shared.version>
<netty.version>4.1.133.Final</netty.version>
<netty.version>4.1.135.Final</netty.version>
<image.version>${project.version}</image.version>
</properties>

Expand Down