-
Notifications
You must be signed in to change notification settings - Fork 161
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
Security vulnerability on dependency libsecp256k1 #1192
Comments
We believe this issue might be solved by upgrading libp2p. We'd like to take care of that before addressing this directly, since that might take care of it. |
@cryptoquick I think you need to upgrade libsecp256k1 to 0.5.0 or 0.6.0. see https://github.com/ChainSafe/forest/blob/main/crypto/Cargo.toml#L16 |
Hi @q9f |
Yes. We can release these crates next week. |
Issue summary
Today some vulnerability was discovered on one of the crate the lib uses. This is the link to that issue. Now, when an app runs
cargo audit
it fails as this new bug was discovered. If you try to update it, the building process fails.Other information and links
Cargo audit partial output:
The text was updated successfully, but these errors were encountered: