1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 11:47:46 +00:00

Update deny.toml to version 2

This commit is contained in:
Joshua Goins 2024-11-03 11:14:47 -05:00
parent 0d1c7e9281
commit cbd47e2fe9

View file

@ -1,29 +1,20 @@
[advisories] [advisories]
db-path = "~/.cargo/advisory-db" version = 2
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "deny"
yanked = "deny"
notice = "warn"
[licenses] [licenses]
unlicensed = "deny"
allow = [ allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"GPL-3.0",
"Unicode-DFS-2016" # used for unicode-ident "Unicode-DFS-2016" # used for unicode-ident
] ]
copyleft = "allow"
allow-osi-fsf-free = "both"
default = "deny"
confidence-threshold = 0.8 confidence-threshold = 0.8
[bans] [bans]
multiple-versions = "deny" multiple-versions = "deny"
wildcards = "warn" wildcards = "warn"
highlight = "all" highlight = "all"
skip-tree = [
# I HATE CRITERION AAAAAAAA
{ name = "criterion" }
]
[sources] [sources]
unknown-registry = "deny" unknown-registry = "deny"