-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 from 4.1.73.Final to 4.1.78.Final #3772
Upgrade netty from 4.1.73.Final to 4.1.78.Final #3772
Conversation
I am curios why @dependabot didn't do that ... |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
a76875a
to
fc2982f
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
@@ -86,7 +86,7 @@ public void testBadRequest() throws IOException { | |||
() -> client().performRequest(new Request(randomFrom("GET", "POST", "PUT"), path)) | |||
); | |||
assertThat(e.getResponse().getStatusLine().getStatusCode(), equalTo(BAD_REQUEST.getStatus())); | |||
assertThat(e, hasToString(containsString("too_long_frame_exception"))); | |||
assertThat(e, hasToString(containsString("too_long_http_line_exception"))); |
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.
This message changed from 4.1.74.Final -> 4.1.75.Final
.
Details here: netty/netty@3ba2eed#diff-864e434ddf7f115156d8497898df1bb48240c9d488d6652b52c437bf9c91fb96
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Craig Perkins <[email protected]>
1cbde87
to
7e248b4
Compare
Gradle Check (Jenkins) Run Completed with:
|
hm.. may be @VachaShah might know about it. |
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 5c531bb)
I think Dependabot is not able to scan |
Thanks @VachaShah |
@VachaShah @reta I've opened up an issue #3782. |
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 5c531bb) Co-authored-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 5c531bb)
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 5c531bb)
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 5c531bb) Co-authored-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 5c531bb)
Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 5c531bb) Co-authored-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins [email protected]
Description
First PR! 🥇 This upgrades Netty to address a CVE in 4.1.73. This resolves 1831
Issues Resolved
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.