Skip to content

Commit

Permalink
Merge pull request #302 from cdapio/fix-sec-vuln
Browse files Browse the repository at this point in the history
[Security Vulnerability] CVE-2024-47561: Exclude org.apache.avro:avro
  • Loading branch information
itsankit-google authored Oct 25, 2024
2 parents 3871c4d + a847c1a commit 54c35f4
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 54c35f4

Please sign in to comment.