-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-30333][CORE][BUILD][BRANCH-2.4] Upgrade jackson-databind to 2.6.7.3 #26986
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
Conversation
srowen
left a comment
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.
You might have to run dev/test-dependencies.sh --replace-manifest but looks OK otherwise
|
ok to test |
|
Test build #115673 has finished for PR 26986 at commit
|
### What changes were proposed in this pull request? Upgrade jackson-databind to 2.6.7.3 to following CVE CVE-2018-14718 - CVE-2018-14721 FasterXML/jackson-databind#2097 CVE-2018-19360, CVE-2018-19361, CVE-2018-19362 FasterXML/jackson-databind#2186 tag: https://github.com/FasterXML/jackson-databind/commits/jackson-databind-2.6.7.3 ### Why are the changes needed? CVE-2018-14718,CVE-2018-14719,CVE-2018-14720,CVE-2018-14721,CVE-2018-19360,CVE-2018-19361,CVE-2018-19362 ### Does this PR introduce any user-facing change? No ### How was this patch tested? Existing UT Closes #26986 from sandeep-katta/jacksonUpgrade. Authored-by: sandeep katta <[email protected]> Signed-off-by: Takeshi Yamamuro <[email protected]>
|
@sandeep-katta oh... Can you open another new pr for master? In this pr, the target is branch-2.4 and I couldn't cherry-pick it cleanly.. |
Master is using 2.10.0, so not required to merge this to master |
|
ah... if so, can you add |
|
ok, Thanks! Merged to branch-2.4. |
|
Hi, All. It seems that we missed |
### What changes were proposed in this pull request? This PR aims to update `SparkBuild.scala` as a follow-up of [SPARK-30333 Upgrade jackson-databind to 2.6.7.3](#26986). ### Why are the changes needed? Since SPARK-29781, we override SBT Jackson dependency like Maven. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Pass the Jenkins. Closes #27256 from dongjoon-hyun/SPARK-30333. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
Upgrade jackson-databind to 2.6.7.3 to following CVE
CVE-2018-14718 - CVE-2018-14721
FasterXML/jackson-databind#2097
CVE-2018-19360, CVE-2018-19361, CVE-2018-19362
FasterXML/jackson-databind#2186
tag: https://github.com/FasterXML/jackson-databind/commits/jackson-databind-2.6.7.3
Why are the changes needed?
CVE-2018-14718,CVE-2018-14719,CVE-2018-14720,CVE-2018-14721,CVE-2018-19360,CVE-2018-19361,CVE-2018-19362
Does this PR introduce any user-facing change?
No
How was this patch tested?
Existing UT