From 0372229e1cabf283cb2dde623162c02fee77fcaa Mon Sep 17 00:00:00 2001 From: Wei-Chiu Chuang Date: Mon, 18 Jul 2022 17:41:00 +0800 Subject: [PATCH] HADOOP-18079. Upgrade Netty to 4.1.77. (#3977) Upgrade netty to address CVE-2019-20444, CVE-2019-20445 CVE-2022-24823 Contributed by Wei-Chiu Chuang (cherry picked from commit a55ace7bc0c173f609b51e46cb0d4d8bcda3d79d) Change-Id: Idadb5c50329d74daf101829fc573edfa99b4eec9 (cherry picked from commit c545341785186a9a3419396c0c1d843f19830b81) --- hadoop-project/pom.xml | 62 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 610c3e2f99d4b..1c2eae6dbb684 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -134,7 +134,7 @@ 4.1.0-incubating 3.2.4 3.10.6.Final - 4.1.68.Final + 4.1.77.Final 0.5.1 @@ -902,6 +902,66 @@ ${netty4.version} + + io.netty + netty-codec-socks + ${netty4.version} + + + + io.netty + netty-handler-proxy + ${netty4.version} + + + + io.netty + netty-resolver + ${netty4.version} + + + + io.netty + netty-handler + ${netty4.version} + + + + io.netty + netty-buffer + ${netty4.version} + + + + io.netty + netty-transport + ${netty4.version} + + + + io.netty + netty-common + ${netty4.version} + + + + io.netty + netty-transport-native-unix-common + ${netty4.version} + + + + io.netty + netty-transport-native-epoll + ${netty4.version} + + + + io.netty + netty-codec + ${netty4.version} + + commons-io commons-io