The contract uses an array called players to store the addresses of raffle participants. While arrays are a common choice for such a purpose, there's a risk that the array could become too large and cause DOS.
The use of an array to store participant addresses can lead to DOS of the main functionality of the contract and can put the contract in an ambiguous state.
As the players
array grows, it could potentially result in denial-of-service (DOS).
Manual review
Consider implementing a mechanism to limit the size of the players array, or use mapping
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.