20,000 USDC
View results
Submission Details
Severity: low

Violation of Check, Effect, Interaction pattern

Summary

In the contract Lender.sol the check, effects, interactions pattern is not being followed in all the functions and this could open an attack vector for reentrancy attacks or code inconsistencies.

Tools Used

Manual code review

Recommendations

Follow the check, effects, interactions pattern. Another suggestion is using the nonReentrant modifier.

Support

FAQs

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