Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit a262e33

Browse files
authored
Merge pull request #645 from hmcts/PAY-6203
PAY-6203/PAY-6197: Fix CVE-2022-1471/CVE-2022-0839
2 parents 646636c + 14783d0 commit a262e33

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ allprojects {
6666
dependency 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.0'
6767
dependency 'com.google.guava:guava:30.1-jre'
6868

69-
dependency 'org.liquibase:liquibase-core:3.7.0'
69+
dependency 'org.liquibase:liquibase-core:4.27.0'
7070
dependency 'org.postgresql:postgresql:42.3.2'
7171

7272
dependency 'commons-beanutils:commons-beanutils:1.9.3'

cve-resolution-strategy.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ configurations.all {
1414
CVE-2017-18640, CVE-2022-41854
1515
* */
1616
if(det.requested.name == 'snakeyaml'){
17-
det.useVersion '1.32'
17+
det.useVersion '2.2'
1818
}
1919

2020
/*

dependency-check-suppressions.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
</notes>
99
<cve>CVE-2022-45688</cve>
1010
</suppress>
11-
<suppress until="2023-11-30">
12-
<notes>
13-
Liquibase core needs major version latest of liquibase-core. Version 4.2.2 not resolving current CVE issue
14-
</notes>
15-
<cve>CVE-2022-0839</cve>
16-
</suppress>
1711
<suppress until="2023-11-30">
1812
<notes>
1913
This applies to spring-security-config-5.4.10, spring-security-crypto-5.4.10 and spring-security-web-5.4.10.
@@ -30,12 +24,6 @@
3024
</notes>
3125
<cve>CVE-2021-42550</cve>
3226
</suppress>
33-
<suppress until="2023-11-30">
34-
<notes>
35-
SnakeYaml's Constructor() class does not restrict types which can be instantiated during deserialization.
36-
</notes>
37-
<cve>CVE-2022-1471</cve>
38-
</suppress>
3927
<suppress until="2023-11-30">
4028
<notes>
4129
Jackson-databind version 2.12.7.1 in combination with postgres has interface changes in DBUtils that cause unit tests to fail.
@@ -172,12 +160,6 @@
172160
</notes>
173161
<cve>CVE-2022-083</cve>
174162
</suppress>
175-
<suppress>
176-
<notes>
177-
SnakeYaml's Constructor() class does not restrict types which can be instantiated during deserialization.
178-
</notes>
179-
<cve>CVE-2022-1471</cve>
180-
</suppress>
181163

182164
<suppress>
183165
<notes>

0 commit comments

Comments
 (0)