-
Notifications
You must be signed in to change notification settings - Fork 0
/
owasp-dep-check-suppression.xml
53 lines (53 loc) · 1.71 KB
/
owasp-dep-check-suppression.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
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
file name: jackson-core-2.17.0.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-core@.*$</packageUrl>
<cve>CVE-2022-45688</cve>
<cve>CVE-2023-5072</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: commons-codec-1.15.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/commons\-codec/commons\-codec@.*$</packageUrl>
<cve>CVE-2021-37533</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: commons-io-2.16.1.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/commons\-io/commons\-io@.*$</packageUrl>
<cve>CVE-2021-37533</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: commons-logging-1.2.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/commons\-logging/commons\-logging@.*$</packageUrl>
<cve>CVE-2021-37533</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: utils-2.25.37.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/software\.amazon\.awssdk/utils@.*$</packageUrl>
<cve>CVE-2021-4277</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: jcl-over-slf4j-1.7.36.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.slf4j/jcl\-over\-slf4j@.*$</packageUrl>
<cve>CVE-2021-37533</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: quake-net-s3-utils-1.2.0-SNAPSHOT.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/edu\.colorado\.cires\.mgg\.quake\-net/quake\-net\-s3\-utils@.*$</packageUrl>
<cve>CVE-2021-4277</cve>
</suppress>
</suppressions>