No minimum password length
setPassword() does not perform any password length validation, which allows for very short passwords, such as those with a length of one.
This may allow an attacker to guess or brute-force users’ passwords with little computational effort.
Consider improving the password requirements to a higher minimum character amount.
You may also consider adopting a specific standard for password requirements, such as NIST SP 800-204.
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.