MultiSig Timelock

First Flight #55
Beginner FriendlyWallet
100 EXP
Submission Details
Impact: low
Likelihood: high

The function is missing while the NatSpec is present

Author Revealed upon completion

Root + Impact

Description

  • While the NatSpec say there should be getter function for returning the no time delay constant, the actual function is missing

* @dev A getter function to return the no time delay constant.
* @return The no time delay constant
*/

Risk

Likelihood:

  • It is definitely missing.


Impact:

  • It has almost no impact because it just simply returns a constant which is directly accessible in the code.

Proof of Concept

// It is missing in the code

Recommended Mitigation

Add the following function.

+ function getNoTimeTimeDelay() external pure returns (uint256) {
+ return NO_TIME_DELAY;
+ }

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.

Give us feedback!