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
4 changes: 2 additions & 2 deletions .github/trivy/daily-scan.trivyignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
vulnerabilities:
- id: CVE-2026-33870
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"
expired_at: 2026-04-14
expired_at: 2026-04-28
- id: CVE-2026-33871
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"
expired_at: 2026-04-14
expired_at: 2026-04-28
4 changes: 2 additions & 2 deletions .github/trivy/pr-build.trivyignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
vulnerabilities:
- id: CVE-2026-33870
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"
expired_at: 2026-04-21
expired_at: 2026-04-28
- id: CVE-2026-33871
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"
expired_at: 2026-04-21
expired_at: 2026-04-28
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Claude Code Review

on:
pull_request:
pull_request_target:
branches:
- main
types: [opened, synchronize, ready_for_review, reopened]
Expand Down
Loading