Beginner FriendlyFoundry
100 EXP
View results
Submission Details
Severity: low
Invalid

Events that mark critical parameter changes should log important information

Vulnerability Details

Events that mark critical parameter changes should log important information, such as who changed it and when.

16 event SetNetPassword();
...
28 emit SetNetPassword();

Impact

Improper information logging to the blockchain.

Recommendations

Add parameters to event emission

- event SetNetPassword();
+ event SetNetPassword(address indexed sender, uint256 indexed date);
...
- emit SetNetPassword();
+ emit SetNetPassword(msg.sender, block.timestamp);
Updates

Lead Judging Commences

inallhonesty Lead Judge
over 1 year ago
inallhonesty Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.