Skip to content

Commit

Permalink
Address CVE-2022-42003 (#312)
Browse files Browse the repository at this point in the history
* address jackson-databind cve

Signed-off-by: Kaushal Kumar <kshkmr@amazon.com>

* upgrade protobuf-java

Signed-off-by: Kaushal Kumar <kshkmr@amazon.com>

Signed-off-by: Kaushal Kumar <kshkmr@amazon.com>
Co-authored-by: Kaushal Kumar <kshkmr@amazon.com>
  • Loading branch information
kaushalmahi12 and Kaushal Kumar committed Oct 20, 2022
1 parent f44ca26 commit cda3760
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ checkstyleTest.enabled = false
dependencies {

def jacksonVersion = "2.13.4"
def jacksonDataBindVersion = "2.13.4"
def jacksonDataBindVersion = "2.13.4.2"
def nettyVersion = "4.1.79.Final"

configurations {
Expand Down Expand Up @@ -281,7 +281,7 @@ dependencies {
implementation(group: 'com.google.errorprone', name: 'error_prone_annotations', version: '2.9.0') {
force = 'true'
}
implementation(group: 'com.google.protobuf', name:'protobuf-java', version: '3.19.2') {
implementation(group: 'com.google.protobuf', name:'protobuf-java', version: '3.21.8') {
force = 'true'
}
implementation("io.netty:netty-buffer:${nettyVersion}") {
Expand Down
1 change: 1 addition & 0 deletions licenses/jackson-databind-2.13.4.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
325c06bdfeb628cfb80ebaaf1a26cc1eb558a585
1 change: 0 additions & 1 deletion licenses/jackson-databind-2.13.4.jar.sha1

This file was deleted.

2 changes: 1 addition & 1 deletion licenses/performanceanalyzer-rca-2.4.0.0-SNAPSHOT.jar.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b094cbaa8ddb1d30573c98115754a5928cb03327
8c5cb2ca38982c8d45e3dca9033d44687b9cb798
1 change: 0 additions & 1 deletion licenses/protobuf-java-3.19.2.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/protobuf-java-3.21.8.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2a1eebb74b844d9ccdf1d22eb2f57cec709698a9

0 comments on commit cda3760

Please sign in to comment.