Skip to content

Commit

Permalink
Temporarily ignore RUSTSEC-2024-0371
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk20 committed Sep 9, 2024
1 parent a369ab1 commit 8fdda4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ lint-smart-contracts:

.PHONY: audit-rs
audit-rs:
$(CARGO) audit --ignore RUSTSEC-2024-0344 --ignore RUSTSEC-2024-0367
$(CARGO) audit --ignore RUSTSEC-2024-0344 --ignore RUSTSEC-2024-0367 --ignore RUSTSEC-2024-0371

.PHONY: audit-as
audit-as:
Expand Down

0 comments on commit 8fdda4d

Please sign in to comment.