Skip to content

Commit c3174c2

Browse files
authored
Change expiration dates for CVE-2026-33870 and CVE-2026-33871 (#1356)
*Issue #, if available:* *Description of changes:* Updated expiration dates for CVE vulnerabilities in trivyignore. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 5329800 commit c3174c2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
vulnerabilities:
1414
- id: CVE-2026-33870
1515
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
16+
expired_at: 2026-04-28
1717
- id: CVE-2026-33871
1818
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
19+
expired_at: 2026-04-28

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
vulnerabilities:
1212
- id: CVE-2026-33870
1313
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-21
14+
expired_at: 2026-04-28
1515
- id: CVE-2026-33871
1616
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-21
17+
expired_at: 2026-04-28

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Claude Code Review
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
branches:
66
- main
77
types: [opened, synchronize, ready_for_review, reopened]

0 commit comments

Comments
 (0)