Aggarwal-Raghav commented on code in PR #5172:
URL: https://github.com/apache/hive/pull/5172#discussion_r1618706681


##########
beeline/pom.xml:
##########
@@ -276,6 +276,11 @@
             
<artifactId>maven-shade-plugin.log4j2-cachefile-transformer</artifactId>
             <version>2.1</version>
           </dependency>
+          <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-core</artifactId>
+            <version>${log4j2.version}</version>
+          </dependency>

Review Comment:
   it is bringing log4j-core 2.1 version which is also has lot of CVE's 
(https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core/2.1)
   <img width="1321" alt="Screenshot 2024-05-29 at 4 45 22 PM" 
src="https://github.com/apache/hive/assets/49618756/acef811a-b17f-4bb6-837d-38023262d9dc";>
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to