We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8426608 commit ac13de0Copy full SHA for ac13de0
1 file changed
deny.toml
@@ -14,15 +14,11 @@ targets = [
14
15
# Advisories — checks for known vulnerable crate versions
16
[advisories]
17
-vulnerability = "deny"
18
-unmaintained = "warn"
19
-yanked = "deny"
20
ignore = []
21
db-urls = ["https://github.com/rustsec/advisory-db"]
22
23
# Licenses — allowlist of acceptable licenses
24
[licenses]
25
-unlicensed = "deny"
26
allow = [
27
"Apache-2.0",
28
"Apache-2.0 WITH LLVM-exception",
0 commit comments