Skip to content

Commit

Permalink
CVE-2024-47561: Exclude org.apache.avro:avro
Browse files Browse the repository at this point in the history
  • Loading branch information
itsankit-google committed Oct 24, 2024
1 parent 3871c4d commit a847c1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cdap-sentry/cdap-sentry-extension/cdap-sentry-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
Expand Down

0 comments on commit a847c1a

Please sign in to comment.