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

CVE-2023-39410: bump avro4s #789

Merged
merged 2 commits into from
Oct 4, 2023
Merged

CVE-2023-39410: bump avro4s #789

merged 2 commits into from
Oct 4, 2023

Conversation

rossabaker
Copy link
Contributor

No description provided.

@rossabaker rossabaker requested a review from a team as a code owner October 4, 2023 13:31
@@ -203,6 +204,7 @@ lazy val commonSettings = Seq(
"co.fs2" %% "fs2-core" % V.fs2,
"org.apache.kafka" % "kafka-clients" % V.kafka,
"io.confluent" % "kafka-avro-serializer" % V.confluent,
"org.apache.avro" % "avro" % V.avro % Compile, // CVE-2023-39410, didn't work as Runtime
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't know why Runtime doesn't work here. It didn't work for Guava, either.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I do not know why % Compile works either, so we are equally ignorant footing 😛

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, % Compile is the default. It's in the same scope as kafka-avro-serializer, which is what brings it in. But runtime dependencies should propagate into the runtime of downstream, so I'm confused. We do similar in lots of other places and it works.

@rossabaker rossabaker merged commit 419242b into master Oct 4, 2023
4 checks passed
@rossabaker rossabaker deleted the CVE-2023-39410 branch October 4, 2023 14:54
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