diff --git a/ci/do-audit.sh b/ci/do-audit.sh index 13c1d623e5..e37744b303 100755 --- a/ci/do-audit.sh +++ b/ci/do-audit.sh @@ -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[@]}"