1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-28 13:19:00 +00:00
starship/.cargo/audit.toml
2021-10-14 07:47:24 +02:00

9 lines
214 B
TOML

[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"
]