Skip to content

Commit 0af15b9

Browse files
Merge pull request #140 from IABTechLab/bmz-UID2-6837-upgrade-netty
UID2-6837: Upgrade Netty to 4.1.132.Final (CVE-2026-33870, CVE-2026-33871)
2 parents 2d812a9 + de8d089 commit 0af15b9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.trivyignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# List any vulnerability that are to be accepted
22
# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/
33
# for more details
4+
5+
# UID2-6837
6+
# plexus-utils directory traversal - comes from Maven installation in base image (maven:3.9.11-eclipse-temurin-21), not from our code dependencies. Not exploitable at runtime.
7+
CVE-2025-67030 exp:2026-10-01

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<maven.compiler.source>21</maven.compiler.source>
1313
<maven.compiler.target>21</maven.compiler.target>
1414
<vertx.version>4.5.21</vertx.version>
15-
<uid2-shared.version>11.4.0</uid2-shared.version>
15+
<uid2-shared.version>11.4.16</uid2-shared.version>
16+
<netty.version>4.1.132.Final</netty.version>
1617
</properties>
1718

1819
<repositories>
@@ -36,6 +37,13 @@
3637

3738
<dependencyManagement>
3839
<dependencies>
40+
<dependency>
41+
<groupId>io.netty</groupId>
42+
<artifactId>netty-bom</artifactId>
43+
<version>${netty.version}</version>
44+
<type>pom</type>
45+
<scope>import</scope>
46+
</dependency>
3947
<dependency>
4048
<groupId>org.junit</groupId>
4149
<artifactId>junit-bom</artifactId>

0 commit comments

Comments
 (0)