Fix for false positive node vuln

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2018-08-09 21:48:49 -04:00
parent caa1dac3a2
commit 5281d9ab6e
+5
View File
@@ -134,4 +134,9 @@
<gav regex="true">^ant-zip:ant-zip:.*$</gav> <gav regex="true">^ant-zip:ant-zip:.*$</gav>
<cve>CVE-2018-13684</cve> <cve>CVE-2018-13684</cve>
</suppress> </suppress>
<suppress>
<notes><![CDATA[False Positive for stax]]></notes>
<gav regex="true">^stax.*$</gav>
<cve>CVE-2017-16224</cve>
</suppress>
</suppressions> </suppressions>