anyone can change the password
Everyone can use the setPassword function because doesnt have modifier onlyOwner or doesnt have this check: if (msg.sender != s_owner) {
revert PasswordStore__NotOwner();
}
anyone can change the password
manual
use onlyOwner modifier from OZ or use this check 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.