chore: hide warnings for known advisories (#3153)

This commit is contained in:
David Knaack 2021-10-14 07:47:24 +02:00 committed by GitHub
parent 614e0e2763
commit f8c7842708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.cargo/audit.toml Normal file
View File

@ -0,0 +1,9 @@
[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"
]