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 02151c3 commit c329e1cCopy full SHA for c329e1c
.nvd-suppressions.xml
@@ -26,5 +26,13 @@
26
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
27
<cve>CVE-2022-1471</cve>
28
</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>
37
38
</suppressions>
0 commit comments