Skip to content

Commit 55b27c5

Browse files
authored
Merge pull request #2574 from Tu2607/6.x
(SERVER-3063) Update supression notes for scan failure
2 parents 7f46180 + fa32e82 commit 55b27c5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

ext/travisci/suppression.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@
1919
<cve>CVE-2011-4838</cve>
2020
</suppress>
2121
<suppress>
22-
<notes><![CDATA[
23-
file name: core.cache-0.7.1.jar
24-
]]></notes>
25-
<packageUrl regex="true">^pkg:maven/org\.clojure/core\.cache@.*$</packageUrl>
26-
<cve>CVE-2020-36448</cve>
22+
<notes><![CDATA[
23+
This suppresses a medium vulnerability that was found in a cache crate for
24+
Rust. It is a false positive on the Java package core.cache-0.7.1 since
25+
the Java package that we use does not have any relation to Rust.
26+
The file name that causes the false positive: core.cache-0.7.1.jar
27+
]]></notes>
28+
<packageUrl regex="true">^pkg:maven/org\.clojure/core\.cache@.*$</packageUrl>
29+
<cve>CVE-2020-36448</cve>
2730
</suppress>
2831
</suppressions>

0 commit comments

Comments
 (0)