20,000 USDC
View results
Submission Details
Severity: low

External calls in an un-bounded `for-loop` may result in a DOS

Summary

Vulnerability Details

The use of external calls in nested loops and subsequent loops, which iterate over lists that
could have been provided by callers, may result in an out-of-gas failure during execution.

There are 15 instances of this issue:

Impact

Tools Used

Recommendations

It is recommended to set the max length to which a for loop can iterate.
If possible, use pull over push strategy for external calls.

Support

FAQs

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