Commit 104798e
authored
Suppress OpenTelemetry Go CVEs (false positives for Java packages) (#166)
* Suppress CVE-2026-39883 and CVE-2026-39882 for Java OpenTelemetry packages
False positives: both CVEs are for the Go opentelemetry-go SDK, not the
Java io.opentelemetry packages. CVE-2026-39883 is a PATH hijacking issue
with the kenv command on BSD, and CVE-2026-39882 is an unbounded HTTP
response body read in Go OTLP exporters. Neither applies to Java.
Refs moderneinc/dependency-vulnerability-reports#1044
* Add 2-week expiry to OpenTelemetry suppressions1 parent 5a3726d commit 104798e
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
59 | 77 | | |
0 commit comments