From 553a7949942b74df45357e0a699c1e3006252326 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 2 Aug 2022 23:20:52 +0000 Subject: [PATCH] Ignore RUSTSEC-2022-0040 - `owning_ref` soundness (#3415) ## Issue Addressed NA ## Proposed Changes We are unaffected by this issue: https://github.com/sigp/lighthouse/pull/3410#issuecomment-1203244792 ## Additional Info NA --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53fd4143d..55e987be8 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,7 @@ 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 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2020-0159 + cargo audit --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2022-0040 # Runs `cargo vendor` to make sure dependencies can be vendored for packaging, reproducibility and archival purpose. vendor: