Submitted by hickuphh3
2 conditions enable the DEPLOYER to drain the funds in the DAOVault.
The DEPLOYER can, at any time, call depositLP() to increase the LP funds of any account, then call withdraw() to withdraw the entire balance.
The only good use case for the DEPLOYER here is to help perform emergency withdrawals for users. However, this could use a separate modifier, like onlyDeployer().
verifyfirst (Spartan) acknowledged:
ghoul-sol (judge) commented:
