mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: remove stale entries from deny.toml (#22868)
This commit is contained in:
11
deny.toml
11
deny.toml
@@ -57,17 +57,11 @@ allow = [
|
||||
# https://github.com/rustls/webpki/blob/main/LICENSE ISC Style
|
||||
"LicenseRef-rustls-webpki",
|
||||
"CDLA-Permissive-2.0",
|
||||
"MPL-2.0",
|
||||
]
|
||||
|
||||
# Allow 1 or more licenses on a per-crate basis, so that particular licenses
|
||||
# aren't accepted for every possible crate as with the normal allow list
|
||||
exceptions = [
|
||||
# TODO: decide on MPL-2.0 handling
|
||||
# These dependencies are grandfathered in https://github.com/paradigmxyz/reth/pull/6980
|
||||
{ allow = ["MPL-2.0"], name = "option-ext" },
|
||||
{ allow = ["MPL-2.0"], name = "webpki-root-certs" },
|
||||
]
|
||||
exceptions = []
|
||||
|
||||
[[licenses.clarify]]
|
||||
name = "rustls-webpki"
|
||||
@@ -84,8 +78,9 @@ unknown-registry = "warn"
|
||||
# Lint level for what to happen when a crate from a git repository that is not
|
||||
# in the allow list is encountered
|
||||
unknown-git = "deny"
|
||||
unused-allowed-source = "allow"
|
||||
# Frequently patched dependencies
|
||||
allow-git = [
|
||||
# TODO: Please avoid adding new entries to this list.
|
||||
"https://github.com/alloy-rs/alloy",
|
||||
"https://github.com/foundry-rs/block-explorers",
|
||||
"https://github.com/bluealloy/revm",
|
||||
|
||||
Reference in New Issue
Block a user