summaryrefslogtreecommitdiffstats
path: root/deny.toml
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 4d12353..95aaf3c 100644
--- a/deny.toml
+++ b/deny.toml
@@ -61,3 +61,18 @@ skip = [
skip-tree = [
]
+
+[advisories]
+ignore = [
+ # "Potential segfault in the time crate"
+ #
+ # Patches available, but as "time-rs" is not a direct dependency, we cannot
+ # do anything here
+ "RUSTSEC-2020-0071",
+
+ # "Potential segfault in `localtime_r` invocations"
+ #
+ # No patches available yet
+ "RUSTSEC-2020-0159",
+]
+