From d6556fedc47ca91ed6c7fa16e0be662e6750b5b7 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Fri, 4 Dec 2020 14:36:33 -0500 Subject: [PATCH 1/2] remove cargo audit ignore for the ws server from the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 108a41b6cae..4b0235fafd2 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ audit: # # Tracking issue: # https://github.com/sigp/lighthouse/issues/1669 - cargo audit --ignore RUSTSEC-2020-0043 --ignore RUSTSEC-2016-0002 --ignore RUSTSEC-2020-0008 --ignore RUSTSEC-2017-0002 + cargo audit --ignore RUSTSEC-2016-0002 --ignore RUSTSEC-2020-0008 --ignore RUSTSEC-2017-0002 # Runs `cargo udeps` to check for unused dependencies udeps: From 18597154e9f714c233feb4a7ae15f18db6f21dd2 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Fri, 4 Dec 2020 14:58:20 -0500 Subject: [PATCH 2/2] remove reference to (soon to be closed) issue --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 4b0235fafd2..b5df59798f9 100644 --- a/Makefile +++ b/Makefile @@ -137,9 +137,6 @@ arbitrary-fuzz: audit: cargo install --force cargo-audit # TODO: we should address this --ignore. - # - # Tracking issue: - # https://github.com/sigp/lighthouse/issues/1669 cargo audit --ignore RUSTSEC-2016-0002 --ignore RUSTSEC-2020-0008 --ignore RUSTSEC-2017-0002 # Runs `cargo udeps` to check for unused dependencies