mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-28 20:02:16 +01:00
fix for issue #684
This commit is contained in:
@@ -545,4 +545,13 @@
|
|||||||
<gav regex="true">^javax\.servlet:servlet-api:.*$</gav>
|
<gav regex="true">^javax\.servlet:servlet-api:.*$</gav>
|
||||||
<cpe>cpe:/a:sun:one_application_server</cpe>
|
<cpe>cpe:/a:sun:one_application_server</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
|
<suppress base="true">
|
||||||
|
<notes><![CDATA[
|
||||||
|
False positives per issue #684.
|
||||||
|
]]></notes>
|
||||||
|
<gav regex="true">^org\.apache\.tomcat\.embed:tomcat-embed.*$</gav>
|
||||||
|
<cve>CVE-2017-6056</cve>
|
||||||
|
<cve>CVE-2016-6325</cve>
|
||||||
|
<cve>CVE-2016-5425</cve>
|
||||||
|
</suppress>
|
||||||
</suppressions>
|
</suppressions>
|
||||||
|
|||||||
Reference in New Issue
Block a user