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.
2 parents 7d7b0aa + ccfe34d commit 251e3a2Copy full SHA for 251e3a2
suppression.xml
@@ -1,4 +1,12 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- This file lists false positives found by org.owasp:dependency-check-maven build plugin -->
3
-<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd">
+<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
4
+ <suppress>
5
+ <notes><![CDATA[
6
+ Incorrectly matched CPE
7
+ ]]></notes>
8
+ <gav regex="true">org\.cryptomator:.*</gav>
9
+ <cpe>cpe:/a:cryptomator:cryptomator</cpe>
10
+ <cve>CVE-2022-25366</cve>
11
+ </suppress>
12
</suppressions>
0 commit comments