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
Hi. It's been reported at https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13956 that Apache HttpClient versions prior to version 4.5.13 and 5.0.3 can misinterpret malformed authority component in request URIs passed to the library as java.net.URI object and pick the wrong target host for request execution. Can you please upgrade HttpClient to 4.5.13 at https://github.com/Ecwid/consul-api/blob/master/build.gradle#L15 ? Also as a compile dependency, please upgrade HttpCore to 4.4.13 at https://github.com/Ecwid/consul-api/blob/master/build.gradle#L14.
4.5.13
5.0.3
4.4.13
The text was updated successfully, but these errors were encountered:
Is there an ETA on this?
Sorry, something went wrong.
There's an existing PR #221
Any chance of this getting merged and a new release built?
No branches or pull requests
Hi. It's been reported at https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13956 that Apache HttpClient versions prior to version
4.5.13
and5.0.3
can misinterpret malformed authority component in request URIs passed to the library as java.net.URI object and pick the wrong target host for request execution.Can you please upgrade HttpClient to
4.5.13
at https://github.com/Ecwid/consul-api/blob/master/build.gradle#L15 ?Also as a compile dependency, please upgrade HttpCore to
4.4.13
at https://github.com/Ecwid/consul-api/blob/master/build.gradle#L14.The text was updated successfully, but these errors were encountered: