Ignore RUSTSEC-2020-0006 for the moment (#9057) (#9059)

automerge
This commit is contained in:
mergify[bot]
2020-03-24 21:06:15 -07:00
committed by GitHub
parent 5f1ce81fbc
commit 03aae5eb5f
2 changed files with 9 additions and 2 deletions

8
ci/_
View File

@ -5,7 +5,13 @@
# |source| me
#
base_dir=$(realpath --strip "$(dirname "$0")/..")
_() {
echo "--- $*"
if [[ $(pwd) = $base_dir ]]; then
echo "--- $*"
else
echo "--- $* (wd: $(pwd))"
fi
"$@"
}

View File

@ -30,7 +30,8 @@ _ ci/check-ssh-keys.sh
{
cd programs/bpf
_ cargo +"$rust_stable" audit
# ignore RUSTSEC-2020-0006: https://github.com/rustwasm/wasm-bindgen/issues/2050
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2020-0006
for project in rust/*/ ; do
echo "+++ do_bpf_checks $project"
(