mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
alloy 0.1
This commit is contained in:
13
deny.toml
13
deny.toml
@@ -1,19 +1,19 @@
|
||||
[advisories]
|
||||
version = 2
|
||||
|
||||
db-path = "~/.cargo/advisory-db"
|
||||
db-urls = ["https://github.com/rustsec/advisory-db"]
|
||||
|
||||
vulnerability = "deny"
|
||||
yanked = "deny"
|
||||
notice = "warn"
|
||||
unmaintained = "warn"
|
||||
|
||||
ignore = [
|
||||
"RUSTSEC-2020-0168", # mach is unmaintained
|
||||
"RUSTSEC-2021-0139", # https://github.com/serai-dex/serai/228
|
||||
"RUSTSEC-2022-0061", # https://github.com/serai-dex/serai/227
|
||||
]
|
||||
|
||||
[licenses]
|
||||
unlicensed = "deny"
|
||||
version = 2
|
||||
|
||||
allow = [
|
||||
# Effective public domain
|
||||
@@ -36,10 +36,6 @@ allow = [
|
||||
"GPL-3.0 WITH Classpath-exception-2.0",
|
||||
]
|
||||
|
||||
copyleft = "deny"
|
||||
allow-osi-fsf-free = "neither"
|
||||
default = "deny"
|
||||
|
||||
exceptions = [
|
||||
{ allow = ["AGPL-3.0"], name = "serai-env" },
|
||||
|
||||
@@ -100,7 +96,6 @@ allow-git = [
|
||||
"https://github.com/rust-lang-nursery/lazy-static.rs",
|
||||
"https://github.com/serai-dex/substrate-bip39",
|
||||
"https://github.com/serai-dex/substrate",
|
||||
"https://github.com/alloy-rs/alloy",
|
||||
"https://github.com/monero-rs/base58-monero",
|
||||
"https://github.com/orcalabs/dockertest-rs",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user