You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security vulnerability reported for io.netty:netty-codec
The latest io.lettuce:lettuce-core:5.2.2.RELEASE has a hard dependency on io.netty:netty-handler:4.1.45.Final. But it in turn depends on io.netty:netty-codec:4.1.45.Final which has the following security vulnerability reported on 4/8/2020
Please upgrade your lib to depend on the later versions of io.netty libs where the vulnerability is fixed.
Lettuce isn't exposing a netty server and it's not using any netty ZLib codecs so there's no vulnerability when using Lettuce. In any case, we upgraded to Netty 4.1.48 already a while ago (see #1259).
Bug Report
Security vulnerability reported for io.netty:netty-codec
The latest io.lettuce:lettuce-core:5.2.2.RELEASE has a hard dependency on io.netty:netty-handler:4.1.45.Final. But it in turn depends on io.netty:netty-codec:4.1.45.Final which has the following security vulnerability reported on 4/8/2020
Please upgrade your lib to depend on the later versions of io.netty libs where the vulnerability is fixed.
Current Behavior
Stack trace
// your stack trace here;
Input Code
Input Code
// your code here;
Expected behavior/code
Environment
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: