Description: A low-level call is being used in the donate function, specifically the use of call when sending Ether to the charity address. While call is flexible and often necessary for sending Ether to external contracts, it’s considered low-level and should be used carefully due to potential security risks (like reentrancy attacks).
Mitigation: Use send or transfer Instead of call (if possible)
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.