In CommnuityVCS::deposit
there is a missing check as to whether the _amount
input value is 0 or not.
A zero vlaue of _amount
can be inputted into the function as there is no restriction on 0 values being inputted.
Impact: Wasted gas for users
Manual
Implement _amount == 0
checks as input validation.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.