-
Notifications
You must be signed in to change notification settings - Fork 316
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
[AMORO-2040] Fix some critical vulnerabilities in the project #2039
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified lines are covered by tests ✅ see 5 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
6 tasks
# Conflicts: # ams/optimizer/pom.xml # ams/server/pom.xml # core/pom.xml # flink/v1.12/flink/pom.xml # hive/pom.xml
shidayang
approved these changes
Oct 18, 2023
LGTM |
ShawHee
pushed a commit
to ShawHee/arctic
that referenced
this pull request
Dec 29, 2023
…#2039) * fix fasterxml:jackson-databind:2.14.1 * upgrade apache:kerby:1.0.1 * exclude jackson 1.9.x * bump snakeyaml to 2.2 * upgrade kerby * fix * bump snakeyaml to 2.2 * bump hadoop to 3.2.4 * excluding hadoop-yarn-xxx * excluding netty-common * excluding jodd * excluding jackson-mapper-asl from spark-hive_2.12 * excluding hbase-hadoop2-compat --------- Co-authored-by: shidayang <530847445@qq.com> Co-authored-by: baiyangtx <xiangnebula@163.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
module:ams-dashboard
Ams dashboard module
module:core
Core module
module:mixed-hive
Hive moduel for Mixed Format
type:build
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why are the changes needed?
Close #2040.
Brief change log
snakeyaml
to 2.2 according to https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-1471kerby
to 2.0.3 according to https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-25613hadoop
to 3.2.4/2.10.2 according to https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-37404How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before making a pull request
Documentation