setPassword can be change by anyone and should only be allowed of owner of password
there are no requirements to require owner to be the only able to set/change password
High - security flaw
Solidity Docs/Remix
change line 27 to require(msg.sender == s_owner);
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.