Beginner FriendlyDeFiFoundry
100 EXP
View results
Submission Details
Severity: medium
Invalid

`Laundrette::quitGang` member can just quit the gang , without approval of godfather or gang members

Summary

A gang member doesn't needs anyone's permission or approval to leave the gang.

function quitTheGang(address account) external onlyRole("gangmember") {
kernel.revokeRole(Role.wrap("gangmember"), account);
}

Impact

The gang member can do some mischief and just leave the gang without anyone knowing on his own will , which will cause a lot of problem for the gang.

Tools Used

slither , manual review

Recommendations

The godFather must approve the request for leaving the gang of any member , after then only he will be able to leave the gang.

Updates

Lead Judging Commences

n0kto Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Design choice

Support

FAQs

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