In the PasswordStore contract, the setPassword function stores plain-text passwords, which is a severe security risk.
The PasswordStore contract's setPassword function stores passwords in plain text, posing a severe security risk due to potential unauthorized access and data breaches.
Storing plain-text passwords in the setPassword function of the PasswordStore contract poses a significant security risk.
Foundry
Manual testing
Secure hashing and salting should be implemented to protect user data.
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.