MultiSig Timelock

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

The function is missing while the NatSpec is present

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;
+ }
Updates

Lead Judging Commences

kelechikizito Lead Judge 4 days ago
Submission Judgement Published
Invalidated
Reason: Known issue

Support

FAQs

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

Give us feedback!