Closed
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4992 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 561 561
Lines 30953 30953
Branches 4063 4063
======================================
Misses 30953 30953 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
cfmcgrady
approved these changes
Jun 26, 2023
cxzl25
reviewed
Jun 26, 2023
Member
Author
|
@cxzl25 I see the CVE, looks acceptable. Also cc @bowenliang123 |
bowenliang123
approved these changes
Jun 26, 2023
Contributor
bowenliang123
left a comment
There was a problem hiding this comment.
The dependency review action only scans the changes and will not block the GA for the future PRs. The CVE-2023-34462 in Netty 4.1.93 is in moderate level and it seems acceptable.
Member
Author
|
Thanks, merged to master |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
Upgrade Netty to the latest Arrow-compatible version: 4.1.93.Final
Currently, we can not upgrade to 4.1.94.Final or above because of netty/netty#13408
How 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 make a pull request