mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 03:37:47 +00:00
Update deny.toml to version 2
This commit is contained in:
parent
0d1c7e9281
commit
cbd47e2fe9
1 changed files with 5 additions and 14 deletions
19
deny.toml
19
deny.toml
|
@ -1,29 +1,20 @@
|
|||
[advisories]
|
||||
db-path = "~/.cargo/advisory-db"
|
||||
db-urls = ["https://github.com/rustsec/advisory-db"]
|
||||
vulnerability = "deny"
|
||||
unmaintained = "deny"
|
||||
yanked = "deny"
|
||||
notice = "warn"
|
||||
version = 2
|
||||
|
||||
[licenses]
|
||||
unlicensed = "deny"
|
||||
allow = [
|
||||
"MIT",
|
||||
"Apache-2.0",
|
||||
"Apache-2.0 WITH LLVM-exception",
|
||||
"GPL-3.0",
|
||||
"Unicode-DFS-2016" # used for unicode-ident
|
||||
]
|
||||
copyleft = "allow"
|
||||
allow-osi-fsf-free = "both"
|
||||
default = "deny"
|
||||
confidence-threshold = 0.8
|
||||
|
||||
[bans]
|
||||
multiple-versions = "deny"
|
||||
wildcards = "warn"
|
||||
highlight = "all"
|
||||
skip-tree = [
|
||||
# I HATE CRITERION AAAAAAAA
|
||||
{ name = "criterion" }
|
||||
]
|
||||
|
||||
[sources]
|
||||
unknown-registry = "deny"
|
||||
|
|
Loading…
Add table
Reference in a new issue