Currently, it's possible to set a new password that is entirely blank (empty), which should be restricted to enhance security and usability.
Add some kind like:
if (bytes(newPassword).length == 0) {
revert PasswordStore__BlankPassword();
}
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.