Skip to content

Commit

Permalink
Add exception for RUSTSEC-2023-0001 (backport #29587) (#29651)
Browse files Browse the repository at this point in the history
* Add exception for RUSTSEC-2023-0001 (#29587)
  • Loading branch information
mergify[bot] authored Jan 11, 2023
1 parent ab81801 commit 8f2c8b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@ cargo_audit_ignores=(
# https://rustsec.org/advisories/RUSTSEC-2022-0046
--ignore RUSTSEC-2022-0046

# tokio: vulnerability affecting named pipes on Windows
#
# Not worth upgrading tokio version on a stable branch
--ignore RUSTSEC-2023-0001
)
scripts/cargo-for-all-lock-files.sh stable audit "${cargo_audit_ignores[@]}"

0 comments on commit 8f2c8b8

Please sign in to comment.