From 07a232d7b4cad698545bad7e23d58767a288149b Mon Sep 17 00:00:00 2001 From: Jihoon Son Date: Tue, 26 Oct 2021 00:09:15 -0400 Subject: [PATCH] Bump netty4 to 4.1.68; suppress CVE-2021-37136 and CVE-2021-37137 for netty3 (#11844) * bump netty4 to 4.1.68 * suppress CVE-2021-37136 and CVE-2021-37137 for netty3 * license --- licenses.yaml | 2 +- owasp-dependency-check-suppressions.xml | 24 ++++++++++++++---------- pom.xml | 2 +- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/licenses.yaml b/licenses.yaml index bc7677872a8..8312ebcd814 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -1228,7 +1228,7 @@ name: Netty license_category: binary module: java-core license_name: Apache License version 2.0 -version: 4.1.63.Final +version: 4.1.68.Final libraries: - io.netty: netty-buffer - io.netty: netty-codec diff --git a/owasp-dependency-check-suppressions.xml b/owasp-dependency-check-suppressions.xml index 8a36f7a3b7d..b7da4e5a167 100644 --- a/owasp-dependency-check-suppressions.xml +++ b/owasp-dependency-check-suppressions.xml @@ -162,6 +162,8 @@ CVE-2019-16869 CVE-2019-20444 CVE-2019-20445 + CVE-2021-37136 + CVE-2021-37137 @@ -286,16 +288,18 @@ CVE-2019-17571 - - - ^pkg:maven/io\.netty/netty@3.10.5.Final$ - CVE-2019-16869 - CVE-2019-20444 - CVE-2019-20445 + + + ^pkg:maven/io\.netty/netty@3.10.5.Final$ + CVE-2019-16869 + CVE-2019-20444 + CVE-2019-20445 + CVE-2021-37136 + CVE-2021-37137