Excessive privilege for Timelock governor #381
Labels
3 (High Risk)
Assets can be stolen/lost/compromised directly
bug
Something isn't working
duplicate
This issue or pull request already exists
Handle
gzeon
Vulnerability details
Impact
Timelock governor can change delay and gracePeriod at will, which render the timelock useless.
https://github.com/code-423n4/2021-11-malt/blob/c3a204a2c0f7c653c6c2dda9f4563fd1dc1cecf3/src/contracts/Timelock.sol#L68
Recommended Mitigation Steps
Make delay and gracePeriod constant, when change is needed deploy a new timelock and transfer ownership.
The text was updated successfully, but these errors were encountered: