Skip to content

Commit 251e3a2

Browse files
Merge branch 'develop' into release/2.1.0
2 parents 7d7b0aa + ccfe34d commit 251e3a2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

suppression.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- 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">
3+
<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>
412
</suppressions>

0 commit comments

Comments
 (0)