mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-21 05:42:14 +00:00
Ignore info advisory (#2276)
This commit is contained in:
@ -54,7 +54,8 @@ cargo fmt -- --check
|
|||||||
# RUSTSEC-2020-0159: potential segfault in `time`, not yet patched (#1366)
|
# RUSTSEC-2020-0159: potential segfault in `time`, not yet patched (#1366)
|
||||||
# RUSTSEC-2020-0071: potential segfault in `chrono`, not yet patched (#1366)
|
# RUSTSEC-2020-0071: potential segfault in `chrono`, not yet patched (#1366)
|
||||||
# RUSTSEC-2022-0048: xml-rs is unmaintained
|
# RUSTSEC-2022-0048: xml-rs is unmaintained
|
||||||
cargo audit --deny warnings --deny unmaintained --deny unsound --deny yanked --ignore RUSTSEC-2020-0016 --ignore RUSTSEC-2020-0036 --ignore RUSTSEC-2019-0036 --ignore RUSTSEC-2021-0065 --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2020-0077 --ignore RUSTSEC-2022-0048
|
# RUSTSEC-2021-0139: ansi_term is unmaintained
|
||||||
|
cargo audit --deny warnings --deny unmaintained --deny unsound --deny yanked --ignore RUSTSEC-2020-0016 --ignore RUSTSEC-2020-0036 --ignore RUSTSEC-2019-0036 --ignore RUSTSEC-2021-0065 --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2020-0077 --ignore RUSTSEC-2022-0048 --ignore RUSTSEC-2021-0139
|
||||||
cargo-license -j > data/licenses.json
|
cargo-license -j > data/licenses.json
|
||||||
cargo build --release --locked
|
cargo build --release --locked
|
||||||
cargo clippy --release --locked --all-targets -- -D warnings
|
cargo clippy --release --locked --all-targets -- -D warnings
|
||||||
|
@ -17,7 +17,8 @@ cargo clippy --release --all-targets -- -D warnings
|
|||||||
# RUSTSEC-2020-0159: potential segfault in `time`, not yet patched (#1366)
|
# RUSTSEC-2020-0159: potential segfault in `time`, not yet patched (#1366)
|
||||||
# RUSTSEC-2020-0071: potential segfault in `chrono`, not yet patched (#1366)
|
# RUSTSEC-2020-0071: potential segfault in `chrono`, not yet patched (#1366)
|
||||||
# RUSTSEC-2022-0048: xml-rs is unmaintained
|
# RUSTSEC-2022-0048: xml-rs is unmaintained
|
||||||
cargo audit --deny warnings --deny unmaintained --deny unsound --deny yanked --ignore RUSTSEC-2020-0016 --ignore RUSTSEC-2021-0065 --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2022-0048
|
# RUSTSEC-2021-0139: ansi_term is unmaintained
|
||||||
|
cargo audit --deny warnings --deny unmaintained --deny unsound --deny yanked --ignore RUSTSEC-2020-0016 --ignore RUSTSEC-2021-0065 --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2022-0048 --ignore RUSTSEC-2021-0139
|
||||||
cargo-license -j > data/licenses.json
|
cargo-license -j > data/licenses.json
|
||||||
cargo build --release --locked
|
cargo build --release --locked
|
||||||
# export RUST_LOG=trace
|
# export RUST_LOG=trace
|
||||||
|
Reference in New Issue
Block a user