[ 
https://issues.apache.org/jira/browse/HADOOP-18079?focusedWorklogId=764582&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764582
 ]

ASF GitHub Bot logged work on HADOOP-18079:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Apr/22 01:27
            Start Date: 30/Apr/22 01:27
    Worklog Time Spent: 10m 
      Work Description: jojochuang commented on code in PR #3977:
URL: https://github.com/apache/hadoop/pull/3977#discussion_r862274475


##########
hadoop-project/pom.xml:
##########
@@ -957,6 +957,72 @@
         <version>${netty4.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-codec-socks</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-handler-proxy</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-resolver</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-handler</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-buffer</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-transport</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-common</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-transport-native-unix-common</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-transport</artifactId>

Review Comment:
   Very good catch. Thanks @brahmareddybattula . Updated.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 764582)
    Time Spent: 2h 40m  (was: 2.5h)

> Upgrade Netty to 4.1.74
> -----------------------
>
>                 Key: HADOOP-18079
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18079
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Renukaprasad C
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> h4. Netty version - 4.1.71 has fix some CVEs. We can upgradeĀ  the netty to 
> 4.1.7.1.Final or latest stable version - 4.1.7.2.Final.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to