Skip to content

Commit ee02eb5

Browse files
committed
Fix deny
1 parent e799e84 commit ee02eb5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

deny.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
[advisories]
2-
vulnerability = "deny"
3-
unmaintained = "deny"
4-
notice = "deny"
52
ignore = [
63
]
74

@@ -13,13 +10,9 @@ unknown-registry = "deny"
1310
unknown-git = "deny"
1411

1512
[licenses]
16-
unlicensed = "deny"
17-
allow-osi-fsf-free = "neither"
18-
copyleft = "deny"
1913
# We want really high confidence when inferring licenses from text
2014
confidence-threshold = 0.93
2115
allow = [
2216
"Apache-2.0",
23-
"Apache-2.0 WITH LLVM-exception",
2417
"MIT",
2518
]

0 commit comments

Comments
 (0)