We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The last version of lettuce (6.1.8.RELEASE) has Netty version 4.1.75.Final. This netty version has the vulnerability issue CVE-2022-24823.
Please update your netty dependency to at least 4.1.77.Final
The text was updated successfully, but these errors were encountered:
Moreover I want to mention there is a conflict for people relying on Netty 4.1.77:
io.lettuce.core.RedisConnectionException: Unable to connect to localhost:49462 Caused by: io.netty.handler.codec.EncoderException: java.lang.NoSuchMethodError: io.netty.util.internal.ReferenceCountUpdater.setInitialValue(Lio/netty/util/ReferenceCounted;)V Caused by: java.lang.NoSuchMethodError: io.netty.util.internal.ReferenceCountUpdater.setInitialValue(Lio/netty/util/ReferenceCounted;)V
Sorry, something went wrong.
I opened #2099
Bump Netty to 4.1.77 #2098 #2099
82d7ee7
Polishing #2098
b46dfd5
Also upgrade tcnative/io_uring versions.
1a425c5
1d6a466
No branches or pull requests
Bug Report
Current Behavior
The last version of lettuce (6.1.8.RELEASE) has Netty version 4.1.75.Final. This netty version has the vulnerability issue CVE-2022-24823.
Possible Solution
Please update your netty dependency to at least 4.1.77.Final
The text was updated successfully, but these errors were encountered: