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
Steps to reproduce
> cargo audit ... Crate: hyper Version: 0.12.35 Title: Multiple Transfer-Encoding headers misinterprets request payload Date: 2021-02-05 ID: RUSTSEC-2021-0020 URL: https://rustsec.org/advisories/RUSTSEC-2021-0020 Solution: Upgrade to >=0.14.3 OR >=0.13.10, <0.14.0 Dependency tree: hyper 0.12.35 ...
It seems like this is due to the dependency on jsonrpc-http-server in the Light Node:
jsonrpc-http-server
> cargo tree -i hyper:0.12.35 hyper v0.12.35 └── jsonrpc-http-server v14.2.0 └── tendermint-light-node v0.18.0
What's the definition of "done" for this issue?
When cargo audit gives us a clean bill of health.
cargo audit
The text was updated successfully, but these errors were encountered:
thanethomson
Successfully merging a pull request may close this issue.
Steps to reproduce
It seems like this is due to the dependency on
jsonrpc-http-server
in the Light Node:What's the definition of "done" for this issue?
When
cargo audit
gives us a clean bill of health.The text was updated successfully, but these errors were encountered: