Skip to content

Commit 6ab0cbd

Browse files
Upgrade to Apache Tomcat 10.1.41 and suppress false positive CVEs from bzip2 (#1082)
1 parent 9ab5164 commit 6ab0cbd

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

dependencyCheckSuppression.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,27 @@
194194
<packageUrl regex="true">^pkg:maven/io\.github\.x-stream/mxparser@.*$</packageUrl>
195195
<cpe>cpe:/a:xstream:xstream</cpe>
196196
</suppress>
197-
197+
198+
<!-- False positives - bzip2 from a different source -->
199+
<suppress>
200+
<notes><![CDATA[
201+
file name: bzip2-0.9.1.jar
202+
]]></notes>
203+
<packageUrl regex="true">^pkg:maven/org\.itadaki/bzip2@.*$</packageUrl>
204+
<cve>CVE-2019-12900</cve>
205+
</suppress>
206+
<suppress>
207+
<notes><![CDATA[
208+
file name: bzip2-0.9.1.jar
209+
]]></notes>
210+
<packageUrl regex="true">^pkg:maven/org\.itadaki/bzip2@.*$</packageUrl>
211+
<cve>CVE-2010-0405</cve>
212+
</suppress>
213+
<suppress>
214+
<notes><![CDATA[
215+
file name: bzip2-0.9.1.jar
216+
]]></notes>
217+
<packageUrl regex="true">^pkg:maven/org\.itadaki/bzip2@.*$</packageUrl>
218+
<cve>CVE-2005-1260</cve>
219+
</suppress>
198220
</suppressions>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ apacheDirectoryVersion=2.1.7
9999
apacheMinaVersion=2.2.4
100100

101101
# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
102-
apacheTomcatVersion=10.1.40
102+
apacheTomcatVersion=10.1.41
103103

104104
# (mothership) -> json-path -> json-smart -> accessor-smart
105105
# (core) -> graalvm

0 commit comments

Comments
 (0)