Skip to content

Commit

Permalink
Merge pull request #140 from aragon/feature/improve-docs
Browse files Browse the repository at this point in the history
docs: improve security check explanation
  • Loading branch information
heueristik authored Nov 27, 2023
2 parents 8eb741b + a323ccb commit 6b839d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/sdk/03-update-security-check/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ Accordingly, proposals must be checked thoroughly, especially when it comes to D

All proposals scheduled in the DAO are checked via their proposal ID. A proposal is identified as an update proposals if it contains

- one call to either
- [`upgradeTo(address newImplementation)`][oz-upgradeto]
OR
- [`upgradeToAndCall(address newImplementation, bytes memory data)`][oz-upgradetoandcall]
- one call to
- either [`upgradeTo(address newImplementation)`][oz-upgradeto]
- or [`upgradeToAndCall(address newImplementation, bytes memory data)`][oz-upgradetoandcall]
- one or more calls to [`applyUpdate(address _dao, ApplyUpdateParams _params)`][applyupdate]

If a proposal is identified as an update proposal, we conduct general and specific checks on it.
Expand Down

0 comments on commit 6b839d6

Please sign in to comment.