You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although Lighthouse isn't impacted by RUSTSEC-2021-0076 we should still move away from the vulnerable version of libsecp256k1, and get rid of the --ignore that was added in #2456.
## Issue Addressed
- Resolvessigp#2457
- Resolvessigp#2443
## Proposed Changes
Target the (presently unreleased) head of `libp2p/rust-libp2p:master` in order to obtain the fix from libp2p/rust-libp2p#2175.
Additionally:
- `libsecp256k1` needed to be upgraded to satisfy the new version of `libp2p`.
- There were also a handful of minor changes to `eth2_libp2p` to suit some interface changes.
- Two `cargo audit --ignore` flags were remove due to libp2p upgrades.
## Additional Info
NA
Uh oh!
There was an error while loading. Please reload this page.
Description
Although Lighthouse isn't impacted by
RUSTSEC-2021-0076
we should still move away from the vulnerable version of libsecp256k1, and get rid of the--ignore
that was added in #2456.This should be resolved by #2389.
The text was updated successfully, but these errors were encountered: