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
23 changes: 12 additions & 11 deletions dependencyCheckSuppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,17 +386,6 @@
<cve>CVE-2026-41134</cve>
</suppress>

<!--
Checker is confusing json-schema-validator with Nu Html Checker
-->
<suppress>
<notes><![CDATA[
file name: json-schema-validator-3.0.1.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.networknt/json-schema-validator@.*$</packageUrl>
<cve>CVE-2025-15104</cve>
</suppress>

<!--
CVE-2026-33117 against "Azure SDK for Java" might affect these libraries, but we ship the latest and our use case
(requiring server admins to provide credentials) is certainly not vulnerable. Newer versions may allow us to remove
Expand Down Expand Up @@ -437,4 +426,16 @@
<packageUrl regex="true">^pkg:maven/com\.azure/azure-json@.*$</packageUrl>
<cpe>cpe:/a:microsoft:azure_sdk_for_java</cpe>
</suppress>
<!--
Checker is confusing json-schema-validator with Nu Html Checker
https://www.sentinelone.com/vulnerability-database/cve-2025-15104/
-->
<suppress>
<notes><![CDATA[
file name: json-schema-validator-3.0.1.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.networknt/json-schema-validator@.*$</packageUrl>
<cve>CVE-2025-15104</cve>
</suppress>

</suppressions>
Loading