26529 - [SC - Insight] Mitigate Griefing Attacks Theft of Gas by Impl...
Description
Description
File: Timelock.sol
102: (bool success, bytes memory returnData) = target.call{value: value}(callData);
102: require(success, "Timelock::executeTransaction: Transaction execution reverted.");
Recommendation
Proof of concept
Previous26527 - [SC - Insight] Possible emission of wrong data in cancelTransa...Next26530 - [SC - Insight] Inefficiency in upgradeToAndCall
Last updated
Was this helpful?