Skip to content

Commit 4e31711

Browse files
committed
Suppress false positive
1 parent e05d909 commit 4e31711

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

suppression.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,13 @@
99
<cpe>cpe:/a:cryptomator:cryptomator</cpe>
1010
<cve>CVE-2022-25366</cve>
1111
</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>
1221
</suppressions>

0 commit comments

Comments
 (0)