The setPassword()
emits an incorrect event name.
The SetNetPassword
event, which is an incorrect event name, will be emitted when a new password is set through the setPassword()
.
https://github.com/Cyfrin/2023-10-PasswordStore/blob/856ed94bfcf1031bf9d13514cb21b591d88ed323/src/PasswordStore.sol#L28
The setPassword()
is an essential function. Emitting an incorrect event name leads to the incorrect logging of important events.
Manual Review
Rename the event to SetNewPassword
.
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.