summaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
authorDoan Luu Duc Tai <doan@luuduct.ai>2026-09-08 11:05:33 -0500
committerDoan Luu Duc Tai <doan@luuduct.ai>2026-09-08 11:05:33 -0500
commit098401c3502712c268a5e024b31778229fd107e9 (patch)
tree079af5c04418ba4e37807e33c63c360bce678821 /deny.toml
Initial commit
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
new file mode 100644
index 0000000..4485879
--- /dev/null
+++ b/deny.toml
@@ -0,0 +1,18 @@
+[licenses]
+allow = [
+ "MIT",
+ "Apache-2.0",
+ "BSD-3-Clause",
+ "Unicode-3.0",
+]
+
+[bans]
+multiple-versions = "deny"
+wildcards = "deny"
+
+[advisories]
+yanked = "deny"
+
+[sources]
+unknown-registry = "deny"
+unknown-git = "deny"