Suppress CVE-2018-8088

This commit is contained in:
randomnicode
2018-12-15 09:11:52 -08:00
parent f2339e0942
commit 94f4a85bb7
+5
View File
@@ -149,4 +149,9 @@
<gav regex="true">^javax\.xml\.stream:stax.*$</gav> <gav regex="true">^javax\.xml\.stream:stax.*$</gav>
<cve>CVE-2017-16224</cve> <cve>CVE-2017-16224</cve>
</suppress> </suppress>
<suppress>
<notes><![CDATA[We don't use EventData constructors]]></notes>
<gav regex="true">^org\.slf4j:.*slf4j.*:1.7.25$</gav>
<cve>CVE-2018-8088</cve>
</suppress>
</suppressions> </suppressions>