empty string should not be accepted as password
an empty string is the most vulnerable, unsafe and worst password someone could choose, the setPassword function doesn't have any checks to ensure newPassword entered by owner is not an empty string
owner here is trying to set empty string as password and it successfully gets updated
there should be checks applied on the password, for ex: s_password.length>0 or if the password contains mix of characters and numbers to ensure it's safe
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.