In file LevelOne.sol
function graduateAndUpgrade()
It is possible to upgrade the students that are below the cutOffScore
In the graduateAndUpgrade()
, there's no check if a student passes the cutOffScore
A failed student still able to be upgraded
Manual review
Considering adding checks to make sure a below cutOffScore
student cannot be upgraded in LevelTwo.sol
graduate()
function
All students are graduated when the graduation function is called as the cut-off criteria is not applied.
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.