code-423n4 / 2021-04-maple-findings

0 stars 0 forks source link

Missing index on events #86

Open code423n4 opened 3 years ago

code423n4 commented 3 years ago

Handle

@cmichelio

Vulnerability details

Vulnerability Details

Some events have no index:

Impact

Off-chain scripts that rely on these events are unable to filter them efficiently.

Recommended Mitigation Steps

Add the missing indexes on the events or remove the events if they are not needed on the backend.

lucas-manuel commented 3 years ago

Informational, will address