Skip to content

Commit eeb9e0a

Browse files
committed
Merge remote-tracking branch 'origin/develop' into fb_copyright
2 parents c6e0972 + ad2a457 commit eeb9e0a

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

dependencyCheckSuppression.xml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -386,17 +386,6 @@
386386
<cve>CVE-2026-41134</cve>
387387
</suppress>
388388

389-
<!--
390-
Checker is confusing json-schema-validator with Nu Html Checker
391-
-->
392-
<suppress>
393-
<notes><![CDATA[
394-
file name: json-schema-validator-3.0.1.jar
395-
]]></notes>
396-
<packageUrl regex="true">^pkg:maven/com\.networknt/json-schema-validator@.*$</packageUrl>
397-
<cve>CVE-2025-15104</cve>
398-
</suppress>
399-
400389
<!--
401390
CVE-2026-33117 against "Azure SDK for Java" might affect these libraries, but we ship the latest and our use case
402391
(requiring server admins to provide credentials) is certainly not vulnerable. Newer versions may allow us to remove
@@ -437,4 +426,16 @@
437426
<packageUrl regex="true">^pkg:maven/com\.azure/azure-json@.*$</packageUrl>
438427
<cpe>cpe:/a:microsoft:azure_sdk_for_java</cpe>
439428
</suppress>
429+
<!--
430+
Checker is confusing json-schema-validator with Nu Html Checker
431+
https://www.sentinelone.com/vulnerability-database/cve-2025-15104/
432+
-->
433+
<suppress>
434+
<notes><![CDATA[
435+
file name: json-schema-validator-3.0.1.jar
436+
]]></notes>
437+
<packageUrl regex="true">^pkg:maven/com\.networknt/json-schema-validator@.*$</packageUrl>
438+
<cve>CVE-2025-15104</cve>
439+
</suppress>
440+
440441
</suppressions>

0 commit comments

Comments
 (0)