The 'SantasList.sol::checkList' function can be called by anyone and not just Santa.
Because the 'SantasList.sol::checkList' function is missing the onlySanta modifier, anyone can call the function and set their status on the s_theListCheckedOnce mapping.
The below test passes as true showing that anyone can call the checkList function.
--Foundry
It is recommended to add the onlySanta modifier to prevent anyone other than Santa from being able to call the function.
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.