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 905f090 commit 23e88b8Copy full SHA for 23e88b8
deny.toml
@@ -1,18 +1,16 @@
1
+[graph]
2
all-features = true
3
4
[advisories]
5
+version = 2
6
db-path = "~/.cargo/advisory-db"
7
db-urls = ["https://github.com/rustsec/advisory-db"]
-vulnerability = "deny"
-unmaintained = "deny"
8
yanked = "deny"
9
-notice = "deny"
10
ignore = [
11
#"RUSTSEC-0000-0000",
12
]
13
14
[licenses]
15
-unlicensed = "deny"
16
# See https://spdx.org/licenses/ for list of possible licenses
17
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
18
allow = [
@@ -24,9 +22,6 @@ allow = [
24
22
"Unicode-DFS-2016",
25
23
"Zlib",
26
27
-copyleft = "deny"
28
-allow-osi-fsf-free = "neither"
29
-default = "deny"
30
confidence-threshold = 1.0
31
32
[bans]
0 commit comments