LevelOne.reviewCount (src/LevelOne.sol#48) is never initialized. It is used in:
- LevelOne.giveReview(address,bool) (src/LevelOne.sol#288-309)
LevelOne.reviewCount is declared in line 48 but the initial value is never given. It is adviseable to give the initial value even though solidity automatically assigns it the value of 0.
Low impact
Slither
Initialize LevelOne.reviewCount before using it in LevelOne.giveReview
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.