Skip to content

Commit f118ec8

Browse files
Dwayne BaileyDwayne Bailey
Dwayne Bailey
authored and
Dwayne Bailey
committed
Bump springboot from 1.15.14 to 1.15.19
This indirectly upgrades jackson-databind to 2.8.11.3 which resolves the selected version for a number of dependencies. Although reporting an error this release fixes: CVE-2018-14718: RCE with slf4j-ext jar CVE-2018-14719: RCE with blaze-ds-opt, -core jars CVE-2018-14720: exfiltration/XXE with only JDK classes (some JDK versions) CVE-2018-14721: exfiltration/SSRF with axis2-jaxws Ref FasterXML/jackson-databind#2097 CVE-2018-19360 (axis2-transport-jms) CVE-2018-19361 (openjpa) CVE-2018-19362 (jboss-common-core) Ref FasterXML/jackson-databind#2186 See FasterXML/jackson-databind#2097 (comment) https://github.com/FasterXML/jackson-databind/blob/2.8/release-notes/VERSION#L8-L15 RDM-3796
1 parent f003f3c commit f118ec8

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
plugins {
1414
id 'application'
1515
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
16-
id 'org.springframework.boot' version '1.5.14.RELEASE'
16+
id 'org.springframework.boot' version '1.5.19.RELEASE'
1717
id 'com.github.ben-manes.versions' version '0.20.0'
1818
id 'org.sonarqube' version '2.6.2'
1919
id 'jacoco'

dependency-check-suppressions.xml

+49
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,53 @@
7474
<gav regex="true">^.*slf4j.*$</gav>
7575
<cpe>cpe:/a:slf4j:slf4j:1.7.25</cpe>
7676
</suppress>
77+
<suppress>
78+
<notes>jackson-databind 2.8.11.3 fixes this CVE. See
79+
https://github.com/FasterXML/jackson-databind/issues/2097#issuecomment-457071680
80+
and RDM-3796</notes>
81+
<gav regex="true">^com\.fasterxml\.jackson\.core:jackson-databind:2\.8\.11\.[3].*$</gav>
82+
<cve>CVE-2018-14718</cve>
83+
</suppress>
84+
<suppress>
85+
<notes>jackson-databind 2.8.11.3 fixes this CVE. See
86+
https://github.com/FasterXML/jackson-databind/issues/2097#issuecomment-457071680
87+
and RDM-3796</notes>
88+
<gav regex="true">^com\.fasterxml\.jackson\.core:jackson-databind:2\.8\.11\.[3].*$</gav>
89+
<cve>CVE-2018-14719</cve>
90+
</suppress>
91+
<suppress>
92+
<notes>jackson-databind 2.8.11.3 fixes this CVE. See
93+
https://github.com/FasterXML/jackson-databind/issues/2097#issuecomment-457071680
94+
and RDM-3796</notes>
95+
<gav regex="true">^com\.fasterxml\.jackson\.core:jackson-databind:2\.8\.11\.[3].*$</gav>
96+
<cve>CVE-2018-14720</cve>
97+
</suppress>
98+
<suppress>
99+
<notes>jackson-databind 2.8.11.3 fixes this CVE. See
100+
https://github.com/FasterXML/jackson-databind/issues/2097#issuecomment-457071680
101+
and RDM-3796</notes>
102+
<gav regex="true">^com\.fasterxml\.jackson\.core:jackson-databind:2\.8\.11\.[3].*$</gav>
103+
<cve>CVE-2018-14721</cve>
104+
</suppress>
105+
<suppress>
106+
<notes>jackson-databind 2.8.11.3 fixes this CVE. See
107+
https://github.com/FasterXML/jackson-databind/issues/2097#issuecomment-457071680
108+
and RDM-3796</notes>
109+
<gav regex="true">^com\.fasterxml\.jackson\.core:jackson-databind:2\.8\.11\.[3].*$</gav>
110+
<cve>CVE-2018-19360</cve>
111+
</suppress>
112+
<suppress>
113+
<notes>jackson-databind 2.8.11.3 fixes this CVE. See
114+
https://github.com/FasterXML/jackson-databind/issues/2097#issuecomment-457071680
115+
and RDM-3796</notes>
116+
<gav regex="true">^com\.fasterxml\.jackson\.core:jackson-databind:2\.8\.11\.[3].*$</gav>
117+
<cve>CVE-2018-19361</cve>
118+
</suppress>
119+
<suppress>
120+
<notes>jackson-databind 2.8.11.3 fixes this CVE. See
121+
https://github.com/FasterXML/jackson-databind/issues/2097#issuecomment-457071680
122+
and RDM-3796</notes>
123+
<gav regex="true">^com\.fasterxml\.jackson\.core:jackson-databind:2\.8\.11\.[3].*$</gav>
124+
<cve>CVE-2018-19362</cve>
125+
</suppress>
77126
</suppressions>

0 commit comments

Comments
 (0)