Ignore RUSTSEC-2020-0159
(cherry picked from commit 7baeb04f26
)
# Conflicts:
# ci/do-audit.sh
This commit is contained in:
committed by
Michael Vines
parent
91e56bdb5e
commit
a6e6bc6dc0
@ -45,5 +45,15 @@ cargo_audit_ignores=(
|
||||
# Blocked on jsonrpc removing dependency on unmaintained `websocket`
|
||||
# https://github.com/paritytech/jsonrpc/issues/605
|
||||
--ignore RUSTSEC-2021-0079
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
# chrono: Potential segfault in `localtime_r` invocations
|
||||
#
|
||||
# Blocked due to no safe upgrade
|
||||
# https://github.com/chronotope/chrono/issues/499
|
||||
--ignore RUSTSEC-2020-0159
|
||||
|
||||
>>>>>>> 7baeb04f2 (Ignore RUSTSEC-2020-0159)
|
||||
)
|
||||
scripts/cargo-for-all-lock-files.sh stable audit "${cargo_audit_ignores[@]}"
|
||||
|
Reference in New Issue
Block a user