Skip to content

Commit c329e1c

Browse files
committed
Suppress CVE-2017-20189
This CVE only impacts projects running Clojure < 1.9.0, and we are on 1.11.1.
1 parent 02151c3 commit c329e1c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.nvd-suppressions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,13 @@
2626
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
2727
<cve>CVE-2022-1471</cve>
2828
</suppress>
29+
<suppress>
30+
<notes><![CDATA[
31+
This CVE only impacts programs using Clojure < 1.9.0, and gets reported for any jar
32+
that has a lower Clojure in its pom, even if the project being checked is using a
33+
newer Clojure (as we are).
34+
]]></notes>
35+
<cve>CVE-2017-20189</cve>
36+
</suppress>
2937

3038
</suppressions>

0 commit comments

Comments
 (0)