File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 186186 <packageUrl regex =" true" >^pkg:maven/io\.prometheus/simpleclient.*@.*$</packageUrl >
187187 <cve >CVE-2026-42154</cve >
188188 </suppress >
189+ <suppress >
190+ <notes ><![CDATA[
191+ CVE-2026-42154 affects the Prometheus server (Go binary), not Micrometer's Java
192+ Prometheus registry. OWASP dependency-check incorrectly matches the Maven artifact
193+ against cpe:2.3:a:prometheus:prometheus due to the shared "prometheus" name.
194+ Ref: https://github.com/dependency-check/DependencyCheck/issues/8497
195+ ]]> </notes >
196+ <packageUrl regex =" true" >^pkg:maven/io\.micrometer/micrometer-registry-prometheus@.*$</packageUrl >
197+ <cve >CVE-2026-42154</cve >
198+ </suppress >
199+ <suppress >
200+ <notes ><![CDATA[
201+ These CVEs affect non-Java OpenTelemetry implementations (Go, .NET, and C++).
202+ OWASP dependency-check incorrectly matches the Prometheus Java client's OTel
203+ tracer bridge against cpe:2.3:a:opentelemetry:opentelemetry.
204+ ]]> </notes >
205+ <packageUrl regex =" true" >^pkg:maven/io\.prometheus/prometheus-metrics-tracer-otel(-agent)?@.*$</packageUrl >
206+ <cve >CVE-2026-41078</cve >
207+ <cve >CVE-2026-39882</cve >
208+ <cve >CVE-2026-40894</cve >
209+ <cve >CVE-2026-41178</cve >
210+ <cve >CVE-2026-44967</cve >
211+ </suppress >
189212 <suppress >
190213 <notes ><![CDATA[
191214 CVE-2026-42582 affects netty-codec-http3 which only exists in the Netty 4.2.x line.
You can’t perform that action at this time.
0 commit comments