No event emission for "timelock" changes (GovernorAlpha.sol) #108
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
GovernorAlpha
sponsor disputed
Sponsor cannot duplicate the issue, or otherwise disagrees this is an issue
Handle
ye0lde
Vulnerability details
Impact
The "timelock" state variable is set without emitting any event.
The lack of event emission could delay or affect incident response.
Proof of Concept
Set here:
https://github.com/code-423n4/2021-11-vader/blob/429970427b4dc65e37808d7116b9de27e395ce0c/contracts/governance/GovernorAlpha.sol#L332
Tools Used
Visual Studio Code, Remix
Recommended Mitigation Steps
Consider adding an event/emission for timelock.
The text was updated successfully, but these errors were encountered: