Skip to content
New issue

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

cargo audit shows vulnerability in tendermint-light-node (hyper v0.12.35) #803

Closed
thanethomson opened this issue Feb 8, 2021 · 0 comments · Fixed by #804
Closed

cargo audit shows vulnerability in tendermint-light-node (hyper v0.12.35) #803

thanethomson opened this issue Feb 8, 2021 · 0 comments · Fixed by #804
Assignees
Labels
bug Something isn't working light-node

Comments

@thanethomson
Copy link
Contributor

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:

> 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working light-node
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant