chore: ignore `RUSTSEC-2020-0071`

pull/24376/head
Marco Neumann 2021-10-18 09:02:44 +02:00
parent 51276119df
commit 261b706034
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ ignore = [
# upstream issue: https://github.com/phsym/prettytable-rs/issues/119
"RUSTSEC-2018-0015",
# title: Potential segfault in the time crate
# why needed: used by `chrono`
# upstream issue: https://github.com/chronotope/chrono/issues/553
"RUSTSEC-2020-0071",
# title: memmap is unmaintained
# why needed: used by `symbolic` which is used by `pprof`
# upstream issue: https://github.com/getsentry/symbolic/issues/304