Преглед на файлове

chore: ignore time and chrono security advisories

Lucas Nogueira преди 3 години
родител
ревизия
a1cac948d9
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      .cargo/audit.toml

+ 3 - 1
.cargo/audit.toml

@@ -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`)
 ]