The onUninstall
function includes an unused parameter bytes calldata
.
If calldata
is meant to be used then it should be validated, otherwise any random calldata can be passed. Along with this if it is NOT used then the unused parameter adds unnecessary complexity to the function and may confuse developers.
Remove the unused parameter bytes calldata
from the function signature if it is not needed. If it is needed, include logic to handle it appropriately.
Alternatively, if the bytes calldata
is meant to be used, you should implement the necessary logic to handle it within the function.
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.