From 71d33743e187b7a07bd6349d8e15d9d1dfb6f89d Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Mon, 15 Jun 2026 14:21:57 +0300 Subject: [PATCH] fix(deny): extended allowed git domains --- .deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.deny.toml b/.deny.toml index 94b820f5..5f3a9161 100644 --- a/.deny.toml +++ b/.deny.toml @@ -59,6 +59,8 @@ allow-git = [ "https://github.com/EspressoSystems/jellyfish.git", "https://github.com/logos-blockchain/logos-blockchain.git", "https://github.com/logos-blockchain/logos-blockchain-circuits.git", + "https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git", + "https://github.com/arkworks-rs/spongefish.git" ] unknown-git = "deny" unknown-registry = "deny"