Skip to content

fix(multisign): L-01 require signer and weight arrays to have equal length - #29

Merged
mukulljangid merged 1 commit into
mainfrom
audit08-ms-L01
Sep 4, 2026
Merged

fix(multisign): L-01 require signer and weight arrays to have equal length#29
mukulljangid merged 1 commit into
mainfrom
audit08-ms-L01

Conversation

@mukulljangid

@mukulljangid mukulljangid commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Audit finding L-01 — MultiSign only

Source: OpenZeppelin #8 Retainer — Stablecoin Contracts Audit (severity: low)

Fix

require(_signers.length == _weights.length, ...) at the start of setSigners_.

Scope

contracts/MultiSign.sol only. Stacked PR 1/5 of the MultiSign-only audit response.

Mirrors GitLab MR https://gitlab.com/ripple/stablecoin/issuer/stablecoin-contracts/-/merge_requests/64

…ength

Audit finding L-01 (OpenZeppelin #8 Retainer) — MultiSign only.
@mukulljangid
mukulljangid marked this pull request as ready for review September 3, 2026 18:52
@mukulljangid
mukulljangid merged commit aa83c87 into main Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants