Skip to content

Commit

Permalink
Add exception for RUSTSEC-2023-0001 to unblock CI. (solana-labs#29585)
Browse files Browse the repository at this point in the history
* Add exception for RUSTSEC-2023-0001 to unblock CI. This Tokio issue only affects windows.
  • Loading branch information
willhickey authored and gnapoli23 committed Jan 10, 2023
1 parent b3ec57e commit 3eecad0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ cargo_audit_ignores=(
#
# Blocked on chrono updating `time` to >= 0.2.23
--ignore RUSTSEC-2020-0071

# tokio: vulnerability affecting named pipes on Windows
#
# Exception is a stopgap to unblock CI
# https://github.com/solana-labs/solana/issues/29586
--ignore RUSTSEC-2023-0001
)
scripts/cargo-for-all-lock-files.sh stable audit "${cargo_audit_ignores[@]}"

0 comments on commit 3eecad0

Please sign in to comment.