Skip to content

Commit 839d7e3

Browse files
committed
Suppress security warnings for using Plonky3's MT
1 parent 9fbd963 commit 839d7e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deny.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ignore = false
4444
registries = []
4545

4646
[bans]
47-
wildcards = "deny"
47+
wildcards = "warn" # Allow Merkle Tree dependency for Plonky3, maybe review that later
4848
allow-wildcard-paths = true
4949
multiple-versions = "warn"
5050
highlight = "all"
@@ -59,6 +59,6 @@ unknown-git = "deny"
5959
allow-git = []
6060

6161
[sources.allow-org]
62-
github = ["NethermindEth"]
62+
github = ["NethermindEth", "Plonky3"]
6363
gitlab = []
6464
bitbucket = []

0 commit comments

Comments
 (0)