The giveReview function does not check if a session is active, allowing teachers to submit reviews even when no session is in progress.
The giveReview function does not verify whether a session is currently active before allowing a teacher to submit a review. As a result, teachers can give reviews at any time, including before a session has started.
** PoC
Reviews can be submitted outside the intended session period, undermining the integrity of the review process.
Student scores may be affected by reviews that occur when the session is not officially in progress, leading to inconsistent or unfair outcomes.
Manual review, Foundry
Add the notYetInSession modifier to the giveReview function to ensure that reviews can only be submitted during an active session. This will prevent teachers from giving reviews when no session is in progress.
`inSession` not updated after during upgrade
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.