The validate function does not implement a maximum and minimum score value. This means a single score value outside the expected range of values can extremely skew the mean and standard deviation from the mean value when tasks are being validated finally.
E.g an expected score value of 1e18 to 10e18 and a validator inputs a score value of 100e18. This can skew the mean value by a lot and make a lot of generations fall outside the expected range of scores.
The impact is basically wrong validation and generation scores for a task due to a skew in the mean and standard deviation value.
Implement a bound in the function for validators so that every score value in the array falls between those bounds
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.