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
9 changes: 9 additions & 0 deletions dependency-check/global-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,15 @@
<packageUrl regex="true">^pkg:maven/ch\.qos\.logback/logback-core@.*$</packageUrl>
<vulnerabilityName>CVE-2024-12798</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
CVE-2026-0994 is a Python-only protobuf vulnerability affecting json_format.ParseDict.
This project uses Java protobuf (protobuf-java and protobuf-java-util), which do not
include the vulnerable Python code path. Hence this is a false positive.
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.google\.protobuf/(protobuf\-java|protobuf\-java\-util)@.*$</packageUrl>
<cve>CVE-2026-0994</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: micrometer-registry-prometheus-simpleclient-1.14.4.jar
Expand Down
Loading