starship/.cargo/audit.toml

9 lines
214 B
TOML
Raw Normal View History

[advisories]
ignore = [
# difference is unmaintained
# Only used in test code
"RUSTSEC-2020-0095",
# Out-of-bounds write in nix::unistd::getgrouplist
# Tracked in #3140
"RUSTSEC-2021-0119"
]