Skip to content

Commit 927efd5

Browse files
kwinjoerghoh
authored andcommitted
Fix other false positives from dependency-check
Update dependency-check to 12.1.6 to include dependency-check/DependencyCheck#7963.
1 parent af9c58c commit 927efd5

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
@@ -269,7 +269,7 @@ Bundle-Category: jackrabbit
269269
<plugin>
270270
<groupId>org.owasp</groupId>
271271
<artifactId>dependency-check-maven</artifactId>
272-
<version>12.1.0</version>
272+
<version>12.1.6</version>
273273
<executions>
274274
<execution>
275275
<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)