Anyone can read s_password state by analyze storage slot of this contract
The s_password state is set private but it's actually not private because all states of smart contract are store on-chain and public to everyone.
If this password is used to protect some funds of other contracts the funds could be in danger.
Manual review
Should not store sensitive information on-chain
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.