Skip to content

Commit 9c3702c

Browse files
authored
Added suppression for CVE-2026-0994 (#90)
1 parent 64d62a9 commit 9c3702c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

dependency-check/global-suppressions.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,15 @@
141141
<packageUrl regex="true">^pkg:maven/ch\.qos\.logback/logback-core@.*$</packageUrl>
142142
<vulnerabilityName>CVE-2024-12798</vulnerabilityName>
143143
</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>
144153
<suppress>
145154
<notes><![CDATA[
146155
file name: micrometer-registry-prometheus-simpleclient-1.14.4.jar

0 commit comments

Comments
 (0)