Ignore CVE-2018-8088 related to slf4j ext

This commit is contained in:
Andrew DeMaria
2019-01-08 21:41:13 -05:00
parent 77ca475fbe
commit ee4cb71052
+5
View File
@@ -149,4 +149,9 @@
<gav regex="true">^javax\.xml\.stream:stax.*$</gav>
<cve>CVE-2017-16224</cve>
</suppress>
<suppress>
<notes><![CDATA[We do not use slf4j ext]]></notes>
<gav regex="true">.*slf4j.*</gav>
<cve>CVE-2018-8088</cve>
</suppress>
</suppressions>