Suppress CVE-2019-12418

This commit is contained in:
François-Xavier Thomas
2020-01-03 23:59:28 +01:00
parent fa1fbb49dc
commit a4118c1cf5
+6
View File
@@ -210,4 +210,10 @@
<gav regex="true">org.apache.tomcat.embed.*</gav>
<cve>CVE-2019-17563</cve>
</suppress>
<suppress>
<notes>We do not use FORM-based authentication in Tomcat</notes>
<gav regex="true">org.apache.tomcat.embed.*</gav>
<cve>CVE-2019-12418</cve>
</suppress>
</suppressions>