We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9c58c commit 927efd5Copy full SHA for 927efd5
2 files changed
parent/pom.xml
@@ -269,7 +269,7 @@ Bundle-Category: jackrabbit
269
<plugin>
270
<groupId>org.owasp</groupId>
271
<artifactId>dependency-check-maven</artifactId>
272
- <version>12.1.0</version>
+ <version>12.1.6</version>
273
<executions>
274
<execution>
275
<goals>
suppressions.xml
@@ -82,7 +82,7 @@
82
<notes><![CDATA[
83
file name: jackrabbit-jcr-commons-2.20.17.jar with JNDI usage, not used in FileVault
84
]]></notes>
85
- <packageUrl regex="true">^pkg:maven/org\.apache\.jackrabbit/jackrabbit-jcr-commons@.*$</packageUrl>
86
- <vulnerabilityName>CVE-2025-58782</vulnerabilityName>
+ <packageUrl regex="true">^pkg:maven/org\.apache\.jackrabbit/jackrabbit-.*$</packageUrl>
+ <cve>CVE-2025-58782</cve>
87
</suppress>
88
</suppressions>
0 commit comments