As per eip-721, the standard to be followed for ERC721, function tokenURI()
should revert if the tokenId is an invalid NFT. However, that is not the case here.
See an example of a similar bug raised here.
SantasList does not conform to ERC721 standards and users or external protocols making use of it can be misled into believing that the results they get on calling various functions are as per standards, which may lead to incorrect results.
Manual inspection
Make modifications on the following lines:
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.