Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade avro to 1.11.3 due CVE-2023-39410 #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

denodo-research-labs
Copy link

Upgrade avro to 1.11.3 to solve GHSA-rhrv-645h-fjfh.

We need this PR and prestodb/presto-hive-apache#64 to fix GHSA-rhrv-645h-fjfh in Presto.

@@ -455,8 +466,8 @@
<shadedPattern>${shadeBase}.com.google.gson</shadedPattern>
</relocation>
<relocation>
<pattern>com.fasterxml.jackson.core</pattern>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you explain why this needed to change?

Choose a reason for hiding this comment

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

The current version of avro was 1.7.3, but version 1.11.3 includes dependencies with jackson-core (already relocated) and jackson-databind and jackson-annotations (not relocated).

@tdcmeehan tdcmeehan self-assigned this Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants