mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore: fix deny.toml
see https://github.com/EmbarkStudios/cargo-deny/pull/611 Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
c5373dfd8f
commit
d11f63701f
1 changed files with 3 additions and 8 deletions
11
deny.toml
11
deny.toml
|
@ -1,15 +1,15 @@
|
|||
[graph]
|
||||
targets = []
|
||||
all-features = false
|
||||
no-default-features = false
|
||||
|
||||
[output]
|
||||
feature-depth = 1
|
||||
|
||||
[advisories]
|
||||
db-path = "~/.cargo/advisory-db"
|
||||
db-urls = ["https://github.com/rustsec/advisory-db"]
|
||||
vulnerability = "deny"
|
||||
unmaintained = "warn"
|
||||
yanked = "warn"
|
||||
notice = "warn"
|
||||
ignore = [
|
||||
# Sidechannel attack to get the private key https://rustsec.org/advisories/RUSTSEC-2023-0071
|
||||
# currently no rsa private key is used in the codebase,
|
||||
|
@ -20,8 +20,6 @@ ignore = [
|
|||
]
|
||||
|
||||
[licenses]
|
||||
unlicensed = "deny"
|
||||
copyleft = "deny"
|
||||
allow = [
|
||||
"MIT",
|
||||
"Apache-2.0",
|
||||
|
@ -35,9 +33,6 @@ allow = [
|
|||
"OpenSSL",
|
||||
"CC0-1.0",
|
||||
]
|
||||
deny = []
|
||||
allow-osi-fsf-free = "neither"
|
||||
default = "deny"
|
||||
confidence-threshold = 0.8
|
||||
exceptions = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue