There is an inconsistency within the code on getConfig.js
related to equality check.
The code on line 4-7 on getConfig.js
has an inconsistent code.
The first if
branch uses strict equality check (===
) while the second if
uses loose equality check (==
).
Not much.
Manual review.
Consider using consistent strict equality check on both if
branches.
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.