fix(deny): extended allowed git domains

This commit is contained in:
Pravdyvy 2026-06-15 14:21:57 +03:00
parent 93feaba5de
commit 71d33743e1

View File

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