-
Notifications
You must be signed in to change notification settings - Fork 11.9k
[Issue-3814] use snakeyaml 1.30 #3815
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
due to a CVE
Codecov Report
@@ Coverage Diff @@
## develop #3815 +/- ##
=============================================
- Coverage 47.16% 47.11% -0.06%
+ Complexity 4887 4876 -11
=============================================
Files 636 636
Lines 42468 42468
Branches 5553 5553
=============================================
- Hits 20032 20009 -23
- Misses 19928 19955 +27
+ Partials 2508 2504 -4
Continue to review full report at Codecov.
|
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
cc @duhenglucky @dongeforever
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
LGTM |
due to a CVE
due to a CVE
due to a CVE
due to a CVE
Make sure set the target branch to
develop
What is the purpose of the change
upgrade snakeyaml to a secure version
Brief changelog
upgrade pom
Verifying this change
CI build
Follow this checklist to help us incorporate your contribution quickly and easily. Notice,
it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR
.[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.