chore: ignore time and chrono security advisories

This commit is contained in:
Lucas Nogueira 2022-02-10 18:17:26 -03:00
parent 0876bbbb57
commit a1cac948d9
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
[advisories]
ignore = [
"RUSTSEC-2020-0095" # difference is unmaintained (used by `mockito`)
"RUSTSEC-2020-0095", # difference is unmaintained (used by `mockito`)
"RUSTSEC-2020-0071", # potential segfault in the time crate (not fixed on `zip` and `mac-notification-sys`)
"RUSTSEC-2020-0159" # potential segfault in `localtime_r` invocations on the chrono crate (not fixed on `mac-notification-sys`)
]