diff --git a/deny.toml b/deny.toml index dc17bf3d7e..8b89d9f294 100644 --- a/deny.toml +++ b/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",