Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 3dfbd95

Browse files
committed
temporarily disable new audit
1 parent f486166 commit 3dfbd95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/do-audit.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ cargo_audit_ignores=(
4646
# https://github.com/paritytech/jsonrpc/issues/605
4747
--ignore RUSTSEC-2021-0079
4848

49+
# zeroize_derive: `#[zeroize(drop)]` doesn't implement `Drop` for `enum`s
50+
--ignore RUSTSEC-2021-0115
4951
)
5052
scripts/cargo-for-all-lock-files.sh stable audit "${cargo_audit_ignores[@]}"

0 commit comments

Comments
 (0)