function setPassword lacks owner control, anyone can setPassword
function setPassword lacks owner control, anyone can call setPassword to modify s_password.
if (msg.sender != s_owner) {
revert PasswordStore__NotOwner();
}
Anyone can call `setPassword` and set a new password contrary to the intended purpose.
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.