Skip to content

Commit d9a3266

Browse files
authored
Suppress Netty CVE-2026-33870 and CVE-2026-33871 in trivy scans (#1349)
## Description Temporarily suppresses the two High severity Netty CVEs in trivy scan ignore files while the fix (bumping `netty-bom` to `4.1.132.Final`) is pending release. ### Changes - `.github/trivy/pr-build.trivyignore.yaml` — suppress CVE-2026-33870 and CVE-2026-33871 - `.github/trivy/daily-scan.trivyignore.yaml` — suppress CVE-2026-33870 and CVE-2026-33871 ### Expiration Suppressions expire on **2026-04-14**. Both files should be cleaned up after the next release. ### Related - Fix PR: #1347 (main), #1348 (release/v2.26.x) - Issue: #1346
1 parent 8a2542f commit d9a3266

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/trivy/daily-scan.trivyignore.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@
1010
# statement: "<Why are we excluding?> <link to CVE where we can we status>"
1111
# expired_at: <required - YYYY-MM-DD>
1212

13-
vulnerabilities: []
13+
vulnerabilities:
14+
- id: CVE-2026-33870
15+
statement: "Netty HTTP/1.1 Request Smuggling. Fix: bump netty-bom to 4.1.132.Final. https://github.com/aws-observability/aws-otel-java-instrumentation/issues/1346"
16+
expired_at: 2026-04-14
17+
- id: CVE-2026-33871
18+
statement: "Netty HTTP/2 CONTINUATION frame flood DoS. Fix: bump netty-bom to 4.1.132.Final. https://github.com/aws-observability/aws-otel-java-instrumentation/issues/1346"
19+
expired_at: 2026-04-14

.github/trivy/pr-build.trivyignore.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@
88
# statement: "<Why are we excluding?> <link to CVE where we can we status>"
99
# expired_at: <required - YYYY-MM-DD>
1010

11-
vulnerabilities: []
11+
vulnerabilities:
12+
- id: CVE-2026-33870
13+
statement: "Netty HTTP/1.1 Request Smuggling. Fix: bump netty-bom to 4.1.132.Final. https://github.com/aws-observability/aws-otel-java-instrumentation/issues/1346"
14+
expired_at: 2026-04-14
15+
- id: CVE-2026-33871
16+
statement: "Netty HTTP/2 CONTINUATION frame flood DoS. Fix: bump netty-bom to 4.1.132.Final. https://github.com/aws-observability/aws-otel-java-instrumentation/issues/1346"
17+
expired_at: 2026-04-14

0 commit comments

Comments
 (0)