You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by "Indhumathi27 (via GitHub)" <gi...@apache.org> on 2023/03/02 13:47:39 UTC

[GitHub] [hive] Indhumathi27 commented on a diff in pull request #4078: [HIVE-27104] Upgrade Bouncy Castle to 1.68 due to high CVE's

Indhumathi27 commented on code in PR #4078:
URL: https://github.com/apache/hive/pull/4078#discussion_r1123124767


##########
pom.xml:
##########
@@ -883,7 +883,12 @@
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcprov-jdk15on</artifactId>
-        <version>${bcprov-jdk15on.version}</version>
+        <version>${bouncycastle.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.bouncycastle</groupId>

Review Comment:
   bcpkix-jdk15on is a transitive dependency from org.apache.hadoop:hadoop-yarn-server-web-proxy:jar:3.3.1 version, where the bouncy castle version is still 1.60, which has vulnerabilities. hence added it explicitly as dependency with 1.68 version



-- 
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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org