I see GHSA-cmxv-58fp-fm3g was addressed in 3.0.9 release.
However, there was no fix done to the 2.12.x branch. Is it intended to be considered out of life at this point?
The reason why we didn't upgrade:
Without a fix in the 2.12.x branch, the users are eventually forced to disable followRedirect() without having a way to safely enable it.
I see GHSA-cmxv-58fp-fm3g was addressed in 3.0.9 release.
However, there was no fix done to the 2.12.x branch. Is it intended to be considered out of life at this point?
The reason why we didn't upgrade:
org.asynchttpclient:async-http-client:3.0.9depends onio.netty:netty-codec-http:4.2.9.Final, however we also have other dependencies:io.grpc:grpc-nettyrequiresio.netty:netty-codec-http:4.1.xand it will probably a bit longer before it officially supports4.2.x, for example see Will grpc-java keep up with the latest final version of netty? grpc/grpc-java#11704 (comment)Without a fix in the 2.12.x branch, the users are eventually forced to disable
followRedirect()without having a way to safely enable it.