The checkList
function, intended for exclusive access by Santa, lacks necessary access controls.
Unauthorized Access: Any user can call the function and modifying data meant to be modified only by Santa.
Data Integrity Risk: The lack of access control jeopardizes the integrity of s_theListCheckedOnce
.
Implement Access Control: Introduce a modifier to restrict function access to Santa.
Anyone is able to call checkList() changing the status of a provided address. This is not intended functionality and is meant to be callable by only Santa.
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.