mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
Spadina support (v2) (#1670)
## Issue Addressed Resolves #1651 ## Description This supercedes #1658. Great work was done by @pawanjay176, I just needed to make a change whilst he is away. See #1658 for a description, prior reviews and approval by @michaelsproul. ## Additional info Ignores a rustsec advisory. This is tracked in #1669. Co-authored-by: pawan <pawandhananjay@gmail.com>
This commit is contained in:
6
Makefile
6
Makefile
@@ -137,7 +137,11 @@ arbitrary-fuzz:
|
||||
# Runs cargo audit (Audit Cargo.lock files for crates with security vulnerabilities reported to the RustSec Advisory Database)
|
||||
audit:
|
||||
cargo install --force cargo-audit
|
||||
cargo audit
|
||||
# TODO: we should address this --ignore.
|
||||
#
|
||||
# Tracking issue:
|
||||
# https://github.com/sigp/lighthouse/issues/1669
|
||||
cargo audit --ignore RUSTSEC-2020-0043
|
||||
|
||||
# Runs `cargo udeps` to check for unused dependencies
|
||||
udeps:
|
||||
|
||||
Reference in New Issue
Block a user