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 e05d909 commit 4e31711Copy full SHA for 4e31711
suppression.xml
@@ -9,4 +9,13 @@
9
<cpe>cpe:/a:cryptomator:cryptomator</cpe>
10
<cve>CVE-2022-25366</cve>
11
</suppress>
12
+
13
+ <suppress>
14
+ <notes><![CDATA[
15
+ Suppress false positive, because com.google.common.io.Files.getTempDir() is not used
16
+ ]]></notes>
17
+ <packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
18
+ <vulnerabilityName>CVE-2020-8908</vulnerabilityName>
19
+ <cve>CVE-2020-8908</cve>
20
+ </suppress>
21
</suppressions>
0 commit comments