We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1c7e9 commit cbd47e2Copy full SHA for cbd47e2
deny.toml
@@ -1,29 +1,20 @@
1
[advisories]
2
-db-path = "~/.cargo/advisory-db"
3
-db-urls = ["https://github.com/rustsec/advisory-db"]
4
-vulnerability = "deny"
5
-unmaintained = "deny"
6
-yanked = "deny"
7
-notice = "warn"
+version = 2
8
9
[licenses]
10
-unlicensed = "deny"
11
allow = [
+ "MIT",
+ "Apache-2.0",
+ "Apache-2.0 WITH LLVM-exception",
+ "GPL-3.0",
12
"Unicode-DFS-2016" # used for unicode-ident
13
]
14
-copyleft = "allow"
15
-allow-osi-fsf-free = "both"
16
-default = "deny"
17
confidence-threshold = 0.8
18
19
[bans]
20
multiple-versions = "deny"
21
wildcards = "warn"
22
highlight = "all"
23
-skip-tree = [
24
- # I HATE CRITERION AAAAAAAA
25
- { name = "criterion" }
26
-]
27
28
[sources]
29
unknown-registry = "deny"
0 commit comments