Skip to content

Commit d065b19

Browse files
Add suppression for CVE-2026-42154 in global suppressions
Added suppression for CVE-2026-42154 to clarify that it affects the Prometheus server, not the Java client library.
1 parent d15e19d commit d065b19

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

dependency-check/global-suppressions.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,15 @@
175175
</packageUrl>
176176
<cve>CVE-2026-5795</cve>
177177
</suppress>
178+
<!-- False positive: CVE-2026-42154 is a DoS in the Prometheus server's remote read endpoint,
179+
not the Java simpleclient metrics library (io.prometheus:simpleclient*) -->
180+
<suppress>
181+
<notes><![CDATA[
182+
CVE-2026-42154 affects the Prometheus server (Go binary), not the Java client library.
183+
The OWASP dependency-check incorrectly matches io.prometheus:simpleclient* against
184+
cpe:2.3:a:prometheus:prometheus due to the shared "prometheus" name.
185+
]]></notes>
186+
<packageUrl regex="true">^pkg:maven/io\.prometheus/simpleclient.*@.*$</packageUrl>
187+
<cve>CVE-2026-42154</cve>
188+
</suppress>
178189
</suppressions>

0 commit comments

Comments
 (0)