-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[fix][sec] Upgrade scala-library to get rid of CVE-2022-36944 #18021
Conversation
The pr had no activity for 30 days, mark with Stale label. |
e9d81e6
to
add30f2
Compare
add30f2
to
42c6536
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #18021 +/- ##
============================================
+ Coverage 47.35% 47.65% +0.30%
- Complexity 9384 9441 +57
============================================
Files 623 623
Lines 59104 59106 +2
Branches 6146 6147 +1
============================================
+ Hits 27987 28166 +179
+ Misses 28100 27910 -190
- Partials 3017 3030 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
|
(cherry picked from commit 3011946)
(cherry picked from commit 3011946)
@nicoloboschi @eolivelli I'm pretty curious where we have a dependency on scala-library explicitly or transitively, lol. |
Kafka uses scala and kafka is used in the debezium connectors. Actually the whole kafka dependency seems useless, only Kafka connect should be used. |
(cherry picked from commit 3011946)
Motivation
scala-library
2.13.3 is vulnerable to CVE-2022-36944.This lib is used in debezium sources
Modifications
Documentation
doc
doc-required
doc-not-needed
doc-complete