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
15 changes: 3 additions & 12 deletions .github/trivy/daily-scan.trivyignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@
# expired_at: <required - YYYY-MM-DD>

vulnerabilities:
- id: CVE-2026-41417
statement: "Netty request-line validation bypass via setUri() enables CRLF injection/request smuggling. Low risk for ADOT Java agent (URIs are operator-configured, no attacker-controlled input reaches setUri()). Fix: bump netty-bom to 4.1.133.Final. https://nvd.nist.gov/vuln/detail/CVE-2026-41417"
expired_at: 2026-05-22
- id: CVE-2026-42583
statement: "Netty Lz4FrameDecoder resource exhaustion. Fix: bump netty-bom to 4.1.133.Final. https://avd.aquasec.com/nvd/cve-2026-42583"
expired_at: 2026-05-22
- id: CVE-2026-42584
statement: "Netty HttpClientCodec response desynchronization. Fix: bump netty-bom to 4.1.133.Final. https://avd.aquasec.com/nvd/cve-2026-42584"
expired_at: 2026-05-22
- id: CVE-2026-42587
statement: "Netty HttpContentDecompressor maxAllocation bypass with br/zstd/snappy Content-Encoding leads to decompression bomb. Fix: bump netty-bom to 4.1.133.Final. https://avd.aquasec.com/nvd/cve-2026-42587"
expired_at: 2026-05-22
- id: CVE-2026-54515
statement: "jackson-databind vulnerability. No fix available in 2.21.x yet (Trivy DB lists 2.21.5 which has not been released). https://avd.aquasec.com/nvd/cve-2026-54515"
expired_at: 2026-07-31
15 changes: 3 additions & 12 deletions .github/trivy/pr-build.trivyignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@
# expired_at: <required - YYYY-MM-DD>

vulnerabilities:
- id: CVE-2026-41417
statement: "Netty request-line validation bypass via setUri() enables CRLF injection/request smuggling. Low risk for ADOT Java agent (URIs are operator-configured, no attacker-controlled input reaches setUri()). Fix: bump netty-bom to 4.1.133.Final. https://nvd.nist.gov/vuln/detail/CVE-2026-41417"
expired_at: 2026-05-22
- id: CVE-2026-42583
statement: "Netty Lz4FrameDecoder resource exhaustion. Fix: bump netty-bom to 4.1.133.Final. https://avd.aquasec.com/nvd/cve-2026-42583"
expired_at: 2026-05-22
- id: CVE-2026-42584
statement: "Netty HttpClientCodec response desynchronization. Fix: bump netty-bom to 4.1.133.Final. https://avd.aquasec.com/nvd/cve-2026-42584"
expired_at: 2026-05-22
- id: CVE-2026-42587
statement: "Netty HttpContentDecompressor maxAllocation bypass with br/zstd/snappy Content-Encoding leads to decompression bomb. Fix: bump netty-bom to 4.1.133.Final. https://avd.aquasec.com/nvd/cve-2026-42587"
expired_at: 2026-05-22
- id: CVE-2026-54515
statement: "jackson-databind vulnerability. No fix available in 2.21.x yet (Trivy DB lists 2.21.5 which has not been released). https://avd.aquasec.com/nvd/cve-2026-54515"
expired_at: 2026-07-31
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val otelJavaAgentVersion = if (!testSnapshots) otelVersion else "$otelSnapshotVe

val dependencyBoms = listOf(
"com.amazonaws:aws-java-sdk-bom:1.12.599",
"com.fasterxml.jackson:jackson-bom:2.21.1",
"com.fasterxml.jackson:jackson-bom:2.21.4",
"com.google.guava:guava-bom:33.0.0-jre",
"com.google.protobuf:protobuf-bom:3.25.1",
"com.linecorp.armeria:armeria-bom:1.26.4",
Expand Down
Loading