summaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-11-16 16:38:34 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-11-16 16:38:34 +0000
commit046644e6e22c46b1972e367f9106834572f3ae48 (patch)
tree00055dbffd2262d4317a2f2dcea823fe41500964 /deny.toml
parent18b297fdc7b5db59db59bdbcf943506370057ab6 (diff)
parenteed18a593d75796b79a858268b9e54c69b164a47 (diff)
downloadsubplot-0.3.1.tar.gz
Merge branch 'release' into 'main'0.3.1
prepare release 0.3.1 Closes #247 See merge request subplot/subplot!232
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml31
1 files changed, 31 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
new file mode 100644
index 0000000..060738d
--- /dev/null
+++ b/deny.toml
@@ -0,0 +1,31 @@
+[advisories]
+vulnerability = "allow"
+unmaintained = "warn"
+unsound = "warn"
+yanked = "allow"
+notice = "warn"
+severity-threshold = "medium"
+
+[licenses]
+unlicensed = "deny"
+allow = [
+ "Apache-2.0",
+ "BSD-3-Clause",
+ "MIT",
+ "MIT-0",
+]
+copyleft = "warn"
+allow-osi-fsf-free = "neither"
+default = "deny"
+confidence-threshold = 0.8
+exceptions = [
+ { allow = ["GPL-3.0"], name = "roadmap" },
+]
+
+[licenses.private]
+ignore = false
+
+[bans]
+multiple-versions = "allow"
+wildcards = "allow"
+highlight = "all"