OpenZeppelin / cairo-contracts

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup

Home Page:https://docs.openzeppelin.com/contracts-cairo

Repository from Github https://github.comOpenZeppelin/cairo-contractsRepository from Github https://github.comOpenZeppelin/cairo-contracts

Fix Multisig quorum issue

immrsd opened this issue · comments

There is an issue in the Multisig component (reported by Zellic): if the remove_signers function is called with a quorum value that remains the same as the current quorum, the check ensuring quorum is less than or equal to the updated number of signers is bypassed. This can lead to the contract becoming permanently inaccessible.