Skip to content
Merged
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
10 changes: 9 additions & 1 deletion dependency-check/global-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,13 @@
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.micrometer/micrometer-registry-prometheus-simpleclient@.*$</packageUrl>
<cpe>cpe:/a:prometheus:prometheus</cpe>
</suppress>
</suppress>
<suppress>
<notes><![CDATA[
CVE-2026-33186 is a false positive. The CVE affects grpc-go (the Go implementation of gRPC),
not grpc-java (io.grpc). These are distinct projects sharing the same CPE identifier.
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.grpc/grpc-.*@.*$</packageUrl>
<cve>CVE-2026-33186</cve>
</suppress>
</suppressions>
Loading