The SantasList
contract currently lacks the UNKNOWN
status, which contradicts the documentation in the readme file. As per the documentation, the valid Status values should include:
NICE
EXTRA_NICE
NAUGHTY
UNKNOWN
The absence of the UNKNOWN
status poses an issue for both the checkList()
and checkTwice()
functions, preventing them from accurately storing all possible status values.
Santa can't store all the status correctly during the call of the functions checkList()
and checkTwice()
.
Manual review.
Add the UNKNOWN
status.
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.