-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependency-check-suppressions.xml
executable file
·117 lines (108 loc) · 4.26 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[No fix is available]]></notes>
<gav regex="true">^org\.springframework\.security:spring-security-crypto:5\.1\.5\.RELEASE$</gav>
<cve>CVE-2018-1258</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: jackson-databind-2.9.9.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson-databind@.*$</packageUrl>
<cpe>cpe:/a:fasterxml:jackson-databind</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: jackson-databind-2.9.9.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson-databind@.*$</packageUrl>
<vulnerabilityName>CVE-2019-12814</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
relates to form based authentication, not relevant to us, fix will be picked up in next spring boot update
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat\.embed.*$</packageUrl>
<cve>CVE-2019-17563</cve>
<cve>CVE-2019-12418</cve>
</suppress>
<suppress>
<notes><![CDATA[
this is a false positive. The vulnerability was resolved when upgrading spring boot version to 2.2.4
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring\-security\-crypto@.*$</packageUrl>
<cve>CVE-2018-1258</cve>
</suppress>
<suppress>
<notes><![CDATA[
only affects log appender over SMTP ]]></notes>
<cve>CVE-2020-9488</cve>
</suppress>
<suppress>
<notes><![CDATA[
CVE is a json vulnerability for Node projects. False positive reported at https://github.com/jeremylong/DependencyCheck/issues/2794
]]></notes>
<cve>CVE-2020-10663</cve>
<cve>CVE-2020-7712</cve>
</suppress>
<suppress>
<cve>CVE-2020-13943</cve>
</suppress>
<suppress>
<notes><![CDATA[Ignored since a fix is not available]]></notes>
<packageUrl regex="true">^pkg:maven/org\.springframework/spring.*$</packageUrl>
<cve>CVE-2016-1000027</cve>
</suppress>
<suppress>
<notes><![CDATA[it's an example webapp that the CVE is against, very bad CVE data]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat\.embed/tomcat\-embed\-core@.*$</packageUrl>
<cve>CVE-2022-34305</cve>
</suppress>
<suppress>
<notes><![CDATA[it's an example webapp that the CVE is against, very bad CVE data]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat\.embed/tomcat\-embed\-websocket@.*$</packageUrl>
<cve>CVE-2022-34305</cve>
</suppress>
<suppress>
<notes><![CDATA[
Junk CVE, only affects Amazon Corretto when hot patch is enabled
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.logging\.log4j/log4j\-api@.*$</packageUrl>
<cve>CVE-2022-33915</cve>
</suppress>
<!-- Known FP, see https://github.com/jeremylong/DependencyCheck/issues/4671 -->
<suppress>
<notes><![CDATA[Ignored since it is a known false-positive]]></notes>
<packageUrl regex="true">^pkg:maven/jakarta.*$</packageUrl>
<cve>CVE-2022-31569</cve>
</suppress>
<!-- related to SnakeYaml supress below however not fixed by spring boot upgrade currently -->
<suppress until="2023-01-07">
<notes><![CDATA[
https://github.com/spring-projects/spring-boot/issues/33457 - shows class is generally only used by internal
yaml files and not used for data recieved externally
]]>]</notes>
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
<cve>CVE-2022-1471</cve>
</suppress>
<!-- remove when spring boot 2.7.4 or greater is upgraded to -->
<suppress>
<notes><![CDATA[Not relevant to us as all yaml is checked directly into the repo]]></notes>
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
<cve>CVE-2022-25857</cve>
<cve>CVE-2022-38749</cve>
<cve>CVE-2022-38750</cve>
<cve>CVE-2022-38751</cve>
<cve>CVE-2022-38752</cve>
<cve>CVE-2022-41854</cve>
<cve>CVE-2022-1471</cve>
<cve>CVE-2022-3064</cve>
<cve>CVE-2021-4235</cve>
</suppress>
<suppress until="2023-02-09">
<cve>CVE-2021-4277</cve>
<cve>CVE-2022-41946</cve>
<cve>CVE-2022-45143</cve>
</suppress>
</suppressions>