summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2022-01-04 14:15:47 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2022-01-04 14:15:47 +0000
commit408584e7d61cf60865d9bc45bc9c2085771ad7df (patch)
tree1cfa208fe5422e55d0c22c96fb5b2b1025c987f2
parent0734368d45b349a6ab433c1d41f35a95ea58c9ec (diff)
parent242306d8e76327566c9c5eeb8fe9cd0f109e1779 (diff)
downloadsubplot-408584e7d61cf60865d9bc45bc9c2085771ad7df.tar.gz
Merge branch 'liw/cargo-update' into 'main'
tidy up deny.toml a bit See merge request subplot/subplot!243
-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