forked from SORMAS-Foundation/SORMAS-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheck-suppressions.xml
207 lines (204 loc) · 7.12 KB
/
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<!-- *** False positives *** -->
<suppress>
<notes><![CDATA[
Addresses another software: https://github.com/google/guava
]]></notes>
<filePath regex="true">.*\bfailureaccess.*\.jar</filePath>
<vulnerabilityName>CVE-2020-8908</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
Adresses older Payara Server
]]></notes>
<cve>CVE-2022-37422</cve><!-- CVE is fixed with 5.2022.3 -->
<cve>CVE-2022-45129</cve><!-- CVE is fixed with 5.2022.4 -->
</suppress>
<suppress>
<notes><![CDATA[
Adresses older version of Jakarta EL
]]></notes>
<filePath regex="true">.*\bjavax\.el.*\.jar</filePath>
<vulnerabilityName>CVE-2021-28170</vulnerabilityName><!-- CVE is fixed with 3.0.4, which is used by Payara 5.2022.5 -->
</suppress>
<suppress>
<notes><![CDATA[
Addresses older version of Gradle (below version 8)
]]></notes>
<filePath regex="true">.*\bgradle-wrapper.*\.jar</filePath>
<cve>CVE-2019-11065</cve><!-- CVE fixed with 5.3.1 -->
<cve>CVE-2019-15052</cve><!-- CVE fixed with 5.6 -->
<cve>CVE-2019-16370</cve><!-- CVE fixed with 6.0 -->
<cve>CVE-2020-11979</cve><!-- CVE fixed with 6.8.0 -->
<cve>CVE-2021-29428</cve><!-- CVE fixed with 7.0 -->
<cve>CVE-2021-29429</cve><!-- CVE fixed with 7.0 -->
<cve>CVE-2021-32751</cve><!-- CVE fixed with 7.2 -->
</suppress>
<suppress>
<notes><![CDATA[
CVE addresses "data-tools" (not Java) which dows not seem to be uses by "jackson-dataformat-hal"
]]></notes>
<filePath regex="true">.*\bjackson-dataformat-hal.*\.jar</filePath>
<cve>CVE-2018-18749</cve>
</suppress>
<suppress>
<notes><![CDATA[
CVE addresses Keycloak itself in old version, but triggers on artifacts with "keycloak" in the name.
]]></notes>
<filePath regex="true">.*\bkeycloak-.*\.jar</filePath>
<cve>CVE-2017-12161</cve><!-- CVE is fixed with Keycloak 3.4.2, we use at least version 16 -->
<cve>CVE-2018-10912</cve><!-- CVE is fixed with Keycloak 4.0.0, we use at least version 16 -->
<cve>CVE-2020-1728</cve><!-- CVE is fixed with Keycloak 10, we use at least version 16 -->
</suppress>
<suppress>
<notes><![CDATA[
CVE is fixed with Keycloak 4.0.0, we use at least version 11
]]></notes>
<filePath regex="true">.*\bkeycloak-.*\.jar</filePath>
<cve>CVE-2018-10912</cve>
</suppress>
<suppress>
<notes><![CDATA[
CVE is fixed with Keycloak 10, we use at least version 11
]]></notes>
<filePath regex="true">.*\bkeycloak-.*\.jar</filePath>
<cve>CVE-2020-1728</cve>
</suppress>
<suppress>
<notes><![CDATA[
We are using a newer version than Vaadin 6.4.9
]]></notes>
<filePath regex="true">.*\bvaadin.*</filePath>
<cve>CVE-2011-0509</cve>
</suppress>
<suppress>
<notes><![CDATA[
False positive documented in Dependency Check 6.0.3, see https://github.com/jeremylong/DependencyCheck/issues/2511
]]></notes>
<filePath regex="true">.*\bvaadin-sass-compiler\.jar</filePath>
<cve>CVE-2019-10799</cve>
</suppress>
<suppress>
<notes><![CDATA[
H2 Database is already fixed, see https://github.com/h2database/h2database/issues/1294
]]></notes>
<filePath regex="true">.*\bh2database.*\.jar</filePath>
<cve>CVE-2018-14335</cve>
</suppress>
<suppress>
<notes><![CDATA[
Addresses another software: https://github.com/tasks/tasks
]]></notes>
<filePath regex="true">.*\bmaven-ant-tasks.*\.jar</filePath>
<vulnerabilityName>CVE-2020-22475</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
Addresses etcd itself
]]></notes>
<filePath regex="true">.*\betcd-java.*\.jar</filePath>
<cve>CVE-2020-15106</cve>
<cve>CVE-2020-15112</cve>
<cve>CVE-2020-15113</cve>
</suppress>
<suppress>
<notes><![CDATA[
Addresses another software: Apache James Server
]]></notes>
<filePath regex="true">.*\bapache-mime4j.*\.jar</filePath>
<cve>CVE-2021-38542</cve>
<cve>CVE-2021-40110</cve>
<cve>CVE-2021-40111</cve>
<cve>CVE-2021-40525</cve>
</suppress>
<suppress>
<notes><![CDATA[
Addresses another software: io.netty:netty
]]></notes>
<filePath regex="true">.*\bnetty-tcnative-classes.*\.jar</filePath>
<cve>CVE-2014-3488</cve>
<cve>CVE-2015-2156</cve>
<cve>CVE-2019-16869</cve>
<cve>CVE-2019-20444</cve>
<cve>CVE-2019-20445</cve>
<cve>CVE-2021-21290</cve>
<cve>CVE-2021-21295</cve>
<cve>CVE-2021-21409</cve>
<cve>CVE-2021-37136</cve>
<cve>CVE-2021-37137</cve>
<cve>CVE-2021-43797</cve>
</suppress>
<suppress>
<notes><![CDATA[
Adresses another software: go-yaml
]]></notes>
<filePath regex="true">.*\bsnakeyaml.*\.jar</filePath>
<cve>CVE-2021-4235</cve>
<cve>CVE-2023-2251</cve>
<cve>CVE-2022-3064</cve>
</suppress>
<suppress>
<notes><![CDATA[
Adresses another software: stleary/JSON-java (org.json:json)
]]></notes>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress>
<notes><![CDATA[
Addresses another software: fredsmith/utils
]]></notes>
<cve>CVE-2021-4277</cve>
</suppress>
<suppress>
<notes><![CDATA[
Addresses another software: Tasks.org Android app
]]></notes>
<cve>CVE-2022-39349</cve>
</suppress>
<!-- *** False positives END *** -->
<!-- *** Not exploitable *** -->
<suppress>
<notes><![CDATA[
maven-ant-tasks is not part of the release and is not relied on by the code
]]></notes>
<filePath regex="true">.*\bmaven-ant-tasks.*\.jar/META-INF/.*\bplexus-utils.*</filePath>
<cve>CVE-2017-1000487</cve>
</suppress>
<suppress>
<notes><![CDATA[
maven-ant-tasks is not part of the release and is not relied on by the code
]]></notes>
<filePath regex="true">.*\bmaven-ant-tasks.*\.jar/META-INF/.*\bplexus-utils.*</filePath>
<vulnerabilityName>Directory traversal in org.codehaus.plexus.util.Expand</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
maven-ant-tasks is not part of the release and is not relied on by the code
]]></notes>
<filePath regex="true">.*\bmaven-ant-tasks.*\.jar/META-INF/.*\bplexus-utils.*</filePath>
<vulnerabilityName>Possible XML Injection</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
Payara is always used with JDK 11 as minimum, and iiop-listeners are not exposed via web server binding by default.
]]></notes>
<cve>CVE-2023-28462</cve>
</suppress>
<suppress>
<notes><![CDATA[
1. H2 Database is used as test dependency, so not part of the release.
2. Payara also uses H2 Database for internal purposes but that is only accessible with local access.
Someone with local access can mess with everything that is part of the running payara domain.
]]></notes>
<filePath regex="true">.*\bh2database.*\.jar</filePath>
<cve>CVE-2022-45868</cve>
</suppress>
<suppress>
<notes><![CDATA[
Not a problem in our use case: We don't use Kotlin for managing Multiplatform Gradle Projects.
]]></notes>
<cve>CVE-2022-24329</cve>
</suppress>
<!-- *** Not exploitable END *** -->
</suppressions>