Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 2.16 KB

FirstMetaVaultAudit.md

File metadata and controls

49 lines (32 loc) · 2.16 KB

First Meta Vaults Security Audit

Scope of the security audit of mStable's new Meta Vaults by Hacken, September 2022.

Code

All code is in the metavaults private repository with tag v0.0.1.

Contract scope

All contract are under the contracts folder.

In scope

Out of scope

Any contracts in the following are out of scope as they have previously been audited or are just used for testing.

  • governance all out of scope as perviously audited.
  • nexus all out of scope as perviously audited.
  • upgradability all out of scope as perviously audited.
  • z_mocks are just used for unit testing.

Third Party Dependencies

Contract Libraries

  • OpenZeppelin is used for ERC20 tokens, access control, initialization, reentry protection, proxies, casting and math operations.

Protocols

Standards