We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3702c commit cb8fd1aCopy full SHA for cb8fd1a
1 file changed
dependency-check/global-suppressions.xml
@@ -156,5 +156,13 @@
156
]]></notes>
157
<packageUrl regex="true">^pkg:maven/io\.micrometer/micrometer-registry-prometheus-simpleclient@.*$</packageUrl>
158
<cpe>cpe:/a:prometheus:prometheus</cpe>
159
-</suppress>
+ </suppress>
160
+ <suppress>
161
+ <notes><![CDATA[
162
+ CVE-2026-33186 is a false positive. The CVE affects grpc-go (the Go implementation of gRPC),
163
+ not grpc-java (io.grpc). These are distinct projects sharing the same CPE identifier.
164
+ ]]></notes>
165
+ <packageUrl regex="true">^pkg:maven/io\.grpc/grpc-.*@.*$</packageUrl>
166
+ <cve>CVE-2026-33186</cve>
167
168
</suppressions>
0 commit comments