https://github.com/Cyfrin/2024-07-the-predicter/blob/main/src/ThePredicter.sol#L72
The register function does not check whether the player already has status.approved. The player therefore loses his approved status and pays the entry fee again.
The player loses his approved status and pays the entry fee again.
Can create duplicates in the player list.
Include this test in ThePredicterTest.sol
Foundry and manual review
Implement a check in the register function to ensure that a player with approved status cannot re-register.
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.