guptas6est commented on code in PR #24946:
URL: https://github.com/apache/pulsar/pull/24946#discussion_r2493942263


##########
pulsar-io/hbase/pom.xml:
##########
@@ -77,6 +77,10 @@
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-log4j12</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.avro</groupId>
+                    <artifactId>avro</artifactId>
+                </exclusion>

Review Comment:
   Upgrading the hbase and hadoop3 versions to the latest didn’t eliminate the 
Avro CVE in Pulsar, but I can update these versions along with the avro 
exclusion from hbase client.



-- 
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]

Reply via email to