summaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/deny.toml b/deny.toml
index 3e015f9..d8a8d4b 100644
--- a/deny.toml
+++ b/deny.toml
@@ -1,10 +1,14 @@
[advisories]
-vulnerability = "allow"
+vulnerability = "deny"
unmaintained = "warn"
unsound = "warn"
yanked = "allow"
notice = "warn"
severity-threshold = "medium"
+ignore = [
+ "RUSTSEC-2020-0071",
+ "RUSTSEC-2020-0159",
+]
[licenses]
unlicensed = "deny"