-
Notifications
You must be signed in to change notification settings - Fork 113
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
[close #567] upgrade jackson-databind to 2.13.2.2 to fix CVE-2020-36518 #584
Conversation
Signed-off-by: iosmanthus <[email protected]>
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 #584 +/- ##
============================================
- Coverage 34.08% 33.87% -0.22%
+ Complexity 1360 1359 -1
============================================
Files 270 270
Lines 17131 17131
Branches 1950 1950
============================================
- Hits 5839 5803 -36
- Misses 10680 10716 +36
Partials 612 612
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
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.1 in PR #585 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.2 in PR #586 |
… (#584) (#585) Co-authored-by: iosmanthus <[email protected]> Co-authored-by: iosmanthus <[email protected]>
… (#584) (#586) Co-authored-by: iosmanthus <[email protected]>
… (#584) (#585) Co-authored-by: iosmanthus <[email protected]> Co-authored-by: iosmanthus <[email protected]>
…-36518 (tikv#584) Signed-off-by: iosmanthus <[email protected]>
… (#584) (#605) Signed-off-by: iosmanthus <[email protected]>
Signed-off-by: iosmanthus [email protected]
What problem does this PR solve?
Issue Number: close #567
Problem Description:
upgrade
jackson-databind
to 2.13.2.2 to fix CVE-2020-36518What is changed and how does it work?
Related changes