the s_password variable stores the password as private but private variables can still be read.
Private variables are still visible on the blockchain, so sensitive information like 'passwords' should never be stored there
anyone can read the password set by the user, which we obviously don't want.
Manual Review
Avoid storing sensitive data in blockchain state variables. and use proper sanitization methods like hasing , encryption wherever necessary.
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.