Functions lack explicit access control
There are no access control mechanisms in place, meaning any internal function can be called from any contract inheriting from this one. It might be intended for only certain roles (e.g., contract owners) to call these functions.
Unauthorized access risk.
Consider implementing access control mechanisms using OpenZeppelin's Ownable
or AccessControl
.
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.