forked from hmcts/sscs-tribunals-case-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependency-check-suppressions.xml
55 lines (55 loc) · 1.97 KB
/
dependency-check-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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2021-08-01">
<notes><![CDATA[
file name: kotlin-stdlib-common-1.4.30.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.gagravarr/vorbis\-java\-tika@.*$</packageUrl>
<cve>CVE-2017-6888</cve>
</suppress>
<suppress until="2021-08-01">
<notes><![CDATA[
file name: batik-i18n-1.14.jar : CVE-2020-7791 is false positive, it's actually a C# CVE.
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.xmlgraphics/batik\-i18n@.*$</packageUrl>
<cve>CVE-2020-7791</cve>
</suppress>
<suppress until="2021-08-01">
<notes><![CDATA[
file name: jdom2-2.0.6.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jdom/jdom2@.*$</packageUrl>
<cve>CVE-2021-33813</cve>
</suppress>
<suppress until="2021-08-01">
<notes><![CDATA[
file name: jquery-1.11.3.js
]]></notes>
<packageUrl regex="true">^pkg:javascript/jquery@.*$</packageUrl>
<cve>CVE-2015-9251</cve>
<cve>CVE-2019-11358</cve>
<cve>CVE-2020-11022</cve>
<cve>CVE-2020-11023</cve>
</suppress>
<suppress until="2021-12-31">
<notes><![CDATA[
file name: jakarta.el-3.0.3.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.glassfish/jakarta\.el@.*$</packageUrl>
<cve>CVE-2021-28170</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: xmlsec-2.2.1.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.santuario/xmlsec@.*$</packageUrl>
<cve>CVE-2021-40690</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: spring-core-5.2.15.RELEASE.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.springframework/spring\-core@.*$</packageUrl>
<cve>CVE-2021-22096</cve>
</suppress>
</suppressions>