Beginner FriendlySolidity
100 EXP
View results
Submission Details
Severity: medium
Valid

function removeBeneficiary does not reset deadline

Summary

According to the documentation: EVERY transaction the owner does with this contract must reset the 90 days timer. However removeBeneficiary does not reset the timer.

Vulnerability Details

The function removeBeneficiary does not call _setDeadline(),

Impact

The contract doesn't behave according to it's specification.

Tools Used

Manual review.

Recommendations

Function removeBeneficiary should call _setDeadline();

Updates

Lead Judging Commences

0xtimefliez Lead Judge 6 months ago
Submission Judgement Published
Validated
Assigned finding tags:

functions do not reset the deadline

Support

FAQs

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