summaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/deny.toml b/deny.toml
index 060738d..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"
@@ -18,9 +22,6 @@ copyleft = "warn"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.8
-exceptions = [
- { allow = ["GPL-3.0"], name = "roadmap" },
-]
[licenses.private]
ignore = false