Events triggered by user actions are missing sender information.
There are 12 instances of this issue.
File Link | Instance Count | Instance Links |
---|---|---|
Lender.sol | 12 | 165,169,172,214,225,405,422,449,507,533,577,708 |
When an event is emitted based on a user's action, not being able to filter based on the address that triggered the event makes event processing more difficult, particularly when msg.sender
is not tx.origin
.
baudit: a custom static code analysis tool; manual review
Include msg.sender
in user-triggered event emissions.
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.