We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d62a9 commit 9c3702cCopy full SHA for 9c3702c
1 file changed
dependency-check/global-suppressions.xml
@@ -141,6 +141,15 @@
141
<packageUrl regex="true">^pkg:maven/ch\.qos\.logback/logback-core@.*$</packageUrl>
142
<vulnerabilityName>CVE-2024-12798</vulnerabilityName>
143
</suppress>
144
+ <suppress>
145
+ <notes><![CDATA[
146
+ CVE-2026-0994 is a Python-only protobuf vulnerability affecting json_format.ParseDict.
147
+ This project uses Java protobuf (protobuf-java and protobuf-java-util), which do not
148
+ include the vulnerable Python code path. Hence this is a false positive.
149
+ ]]></notes>
150
+ <packageUrl regex="true">^pkg:maven/com\.google\.protobuf/(protobuf\-java|protobuf\-java\-util)@.*$</packageUrl>
151
+ <cve>CVE-2026-0994</cve>
152
+ </suppress>
153
<suppress>
154
<notes><![CDATA[
155
file name: micrometer-registry-prometheus-simpleclient-1.14.4.jar
0 commit comments