Constructor does not validate input
It is possible to initialize the contract with:
_feeAddress == address(0)
_entranceFee == type(uint256).max OR _entranceFee == 0
_raffleDuration == type(uint256).max OR _raffleDuration == 0
That would make the contract practically unusable and/or unprofitable.
Manual review
Introduce reasonable validity checks for the inputs initializing the state variables.
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.