Skip to content

Commit ac5aae3

Browse files
swibi-ttdclaude
andcommitted
UID2-7251: bump netty to 4.1.135.Final to fix 4 HIGH CVEs
The Trivy scan in publish-azure-cc-enclave-docker (and all operator publishes) fails on 4 HIGH netty CVEs in the operator jar: io.netty:netty-handler CVE-2026-44249, CVE-2026-45416 io.netty:netty-resolver-dns CVE-2026-45674, CVE-2026-47691 All four are fixed in netty 4.1.135.Final. The operator pins netty directly via the netty.version property + netty-bom import, so it does not inherit the version from uid2-shared; the bump must be made here. uid2-shared PR #614 bumped netty to 4.1.133.Final, which is below the 4.1.135.Final fix version for these CVEs and so does not clear the scan. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ab711cf commit ac5aae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<maven.compiler.source>21</maven.compiler.source>
2929
<maven.compiler.target>21</maven.compiler.target>
3030
<java.version>21</java.version>
31-
<netty.version>4.1.133.Final</netty.version>
31+
<netty.version>4.1.135.Final</netty.version>
3232
</properties>
3333

3434

0 commit comments

Comments
 (0)