-
Notifications
You must be signed in to change notification settings - Fork 292
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
Upgrade netty to 4.1.77 #1926
Upgrade netty to 4.1.77 #1926
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1926 +/- ##
=========================================
Coverage 60.99% 60.99%
Complexity 3233 3233
=========================================
Files 256 256
Lines 18088 18088
Branches 3224 3224
=========================================
Hits 11033 11033
Misses 5471 5471
Partials 1584 1584 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.
Thanks for the contribution, WhiteSource detected the fixes are in, thanks.
The CVE points to |
@peternied I just noticed that netty is defined in core's Should the security plugin use the version from this properties file? The |
@cwperks Good investigation, I think as we've done with capturing the jackson dependencies version from OpenSearch's versions - we should follow suite with netty. This also means that we should make sure that the CVE is addressed in the OpenSearch codebase - can you make the pull request there as well? |
@peternied Will do. I'll update this thread with the PR into core when I've opened it. |
@cwperks Could you please sign the 2nd commits too? |
Signed-off-by: Craig Perkins <[email protected]>
dc786a0
to
5c8f9b7
Compare
@cliu123 I shortened it to one commit and signed off. |
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit be876c0)
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit be876c0)
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit be876c0) Co-authored-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit be876c0) Co-authored-by: Craig Perkins <[email protected]>
Created a PR against core to update this across the board: opensearch-project/OpenSearch#3772 |
…ct#1926) (opensearch-project#1929) Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit be876c0) Co-authored-by: Craig Perkins <[email protected]> Signed-off-by: hari prasad <[email protected]>
…ct#1926) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Stephen Crawford <[email protected]>
…ct#1926) (opensearch-project#1928) Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit be876c0) Co-authored-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins [email protected]
Description
[Describe what this change achieves]
First PR! 🥇 This upgrades Netty to address a CVE in 4.1.73. This resolves 1831
Issues Resolved
Is this a backport? If so, please add backport PR # and/or commits #
Testing
[Please provide details of testing done: unit testing, integration testing and manual testing]
This passes CI
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.