Skip to content

Commit 72c139b

Browse files
committed
Fix other false positives from dependency-check
Update dependency-check to 12.1.6 to include dependency-check/DependencyCheck#7963.
1 parent d0dcdbd commit 72c139b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Bundle-Category: jackrabbit
268268
<plugin>
269269
<groupId>org.owasp</groupId>
270270
<artifactId>dependency-check-maven</artifactId>
271-
<version>12.1.0</version>
271+
<version>12.1.6</version>
272272
<executions>
273273
<execution>
274274
<goals>

suppressions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<notes><![CDATA[
8383
file name: jackrabbit-jcr-commons-2.20.17.jar with JNDI usage, not used in FileVault
8484
]]></notes>
85-
<packageUrl regex="true">^pkg:maven/org\.apache\.jackrabbit/jackrabbit-jcr-commons@.*$</packageUrl>
86-
<vulnerabilityName>CVE-2025-58782</vulnerabilityName>
85+
<packageUrl regex="true">^pkg:maven/org\.apache\.jackrabbit/jackrabbit-.*$</packageUrl>
86+
<cve>CVE-2025-58782</cve>
8787
</suppress>
8888
</suppressions>

0 commit comments

Comments
 (0)