Function PasswordStore.setPassword(string) (src/PasswordStore.sol#26-29) is a non-protected setter s_password is written
Usually, all setters must be protected with access control
Allow the caller to change the password of the contracts
Slither
Add access control
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.