audit: Ignore RUSTSEC-2020-0071, potential SEGV in time
This commit is contained in:
@ -75,6 +75,11 @@ cargo_audit_ignores=(
|
|||||||
#
|
#
|
||||||
# Blocked on multiple upstream crates removing their `stdweb` dependency.
|
# Blocked on multiple upstream crates removing their `stdweb` dependency.
|
||||||
--ignore RUSTSEC-2020-0056
|
--ignore RUSTSEC-2020-0056
|
||||||
|
|
||||||
|
# Potential segfault in the time crate
|
||||||
|
#
|
||||||
|
# Blocked on multiple crates updating `time` to >= 0.2.23
|
||||||
|
--ignore RUSTSEC-2020-0071
|
||||||
)
|
)
|
||||||
_ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit "${cargo_audit_ignores[@]}"
|
_ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit "${cargo_audit_ignores[@]}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user