-
Notifications
You must be signed in to change notification settings - Fork 1
/
suppressions.xml
38 lines (37 loc) · 1.06 KB
/
suppressions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd">
<suppress>
<notes><![CDATA[
file name: tomcat-annotations-api-8.5.27.jar
]]></notes>
<gav regex="true">^org\.apache\.tomcat:tomcat-annotations-api:.*$</gav>
<cpe>cpe:/a:apache:tomcat</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: javax.ws.rs-api-2.1.jar
]]></notes>
<gav regex="true">^javax\.ws\.rs:javax\.ws\.rs-api:.*$</gav>
<cpe>cpe:/a:restful_web_services_project:restful_web_services</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: datatables.min.js
]]></notes>
<cve>CVE-2018-14042</cve>
<cve>CVE-2019-8331</cve>
<cve>CVE-2018-14041</cve>
<cve>CVE-2019-11358</cve>
<cve>CVE-2018-14040</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: datatables.js
]]></notes>
<cve>CVE-2018-14042</cve>
<cve>CVE-2019-8331</cve>
<cve>CVE-2018-14041</cve>
<cve>CVE-2019-11358</cve>
<cve>CVE-2018-14040</cve>
</suppress>
</suppressions>