chore: suppress RUSTSEC-2020-0159

pull/24376/head
Raphael Taylor-Davies 2021-10-18 18:14:14 +01:00
parent 1518f30da3
commit 6f74f51211
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ ignore = [
# upstream issue: https://github.com/chronotope/chrono/issues/553
"RUSTSEC-2020-0071",
# title: Potential segfault in `localtime_r` invocations
# why needed: bug in `chrono`
# upstream issue: https://github.com/chronotope/chrono/issues/499
"RUSTSEC-2020-0159",
# title: memmap is unmaintained
# why needed: used by `symbolic` which is used by `pprof`
# upstream issue: https://github.com/getsentry/symbolic/issues/304