Description: In LevelOne contract, the reviewCount mapping is used to track the number of reviews for each student and cannot exceed 5.
however, the reviewCount is never incremented in the LevelOne contract.
Impact: this could lead to a situation where a student can get reviewed more than 5 times
Proof of Concept: add following test and run
Recommended Mitigation: add the logic to increment the reviewCount in the giveReview function
`reviewCount` for students is not updated after each review session
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.