Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packaging/hudi-spark-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>META-INF/services/javax.*</exclude>
<exclude>META-INF/maven/com.fasterxml.jackson.core/jackson-databind/*</exclude>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change only removes the meta info from the bundle; the classes from jackson-databind are still included.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yihua Yes correct, but this change is sufficient to get rid of critical CVE issue CVE-2017-17485
.

<exclude>**/*.proto</exclude>
<exclude>hbase-webapps/**</exclude>
<!-- hbase-default.xml comes from hbase-common, hbase related classes used in hudi are in shaded
Expand Down