Description: All literal numbers should be replaced with constants. This makes the code more readable and easier to maintain. Numbers without context are called "Magic Numbers".
Recommended Mitigation: For example:
Replace MAX_THRESHOLD
with 100
.
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.