From a378eb68b2ee7bc1260127e0d747669082330b08 Mon Sep 17 00:00:00 2001 From: Alexandru Sardan Date: Mon, 8 Jul 2024 16:20:49 +0000 Subject: [PATCH] Makefile: temporarily ignore cargo audit issues Signed-off-by: Alexandru Sardan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4274658c89..57f79deeae 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ lint-smart-contracts: .PHONY: audit-rs audit-rs: - $(CARGO) audit --ignore RUSTSEC-2024-0332 --ignore RUSTSEC-2024-0344 + $(CARGO) audit --ignore RUSTSEC-2024-0332 --ignore RUSTSEC-2024-0344 --ignore RUSTSEC-2024-0348 --ignore RUSTSEC-2024-0349 --ignore RUSTSEC-2024-0351 --ignore RUSTSEC-2024-0350 --ignore RUSTSEC-2024-0352 --ignore RUSTSEC-2024-0353 .PHONY: audit-as audit-as: