access control violation in getPassword()
getPassword() is implemented as a view function. Conditional logic will not revert, since transactions are not submitted for readonly operations (except for mid transaction calls for other contracts).
s_password is not private.
manual analysis
don't store sensitive information onchain
encrypt password and store hash on chain instead
Private functions and state variables are only visible for the contract they are defined in and not in derived contracts. In this case private doesn't mean secret/confidential
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.