chore: remove stale entries from deny.toml (#22868)

This commit is contained in:
Matthias Seitz
2026-03-08 08:54:23 +01:00
committed by GitHub
parent 29fbbadc50
commit cdeba79590

View File

@@ -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",