Teachers can modify student scores even after the session has ended, as giveReview
does not check the inSession
status.
The giveReview
function lacks a check for inSession
, allowing teachers to alter scores post-session. This could retroactively affect graduation eligibility after the session ends.
Scores can be manipulated after the session, undermining the integrity of the grading process.
Add a modifier or require statement in giveReview
to ensure reviews are only allowed while inSession
is true.
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.