Skip to content

Commit 668cb53

Browse files
authored
Update bdba yaml for x-net component in caddy and otelcol-contrib (open-edge-platform#49)
For CVE-2025-22870, Update x-net component to false positive both in caddy and otelcol-contrib specs.
1 parent 21bbc8f commit 668cb53

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

SPECS/caddy/.bdba.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,11 @@ overrides:
210210
forceVersion: true
211211
files:
212212
- path: usr/bin/caddy
213+
vulnerabilityTriages:
214+
- component:
215+
name: x-net
216+
triages:
217+
- cve: CVE-2025-22870
218+
resolution: FalsePositive
219+
comment: "x-net component is not using httpproxy but using httpguts"
220+

SPECS/otelcol-contrib/.bdba.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,11 @@ overrides:
3030
forceVersion: true
3131
files:
3232
- path: usr/bin/otelcol-contrib
33+
vulnerabilityTriages:
34+
- component:
35+
name: x-net
36+
triages:
37+
- cve: CVE-2025-22870
38+
resolution: FalsePositive
39+
comment: "x-net component is not using httpproxy"
40+

0 commit comments

Comments
 (0)