QA Report #33
Labels
bug
Something isn't working
QA (Quality Assurance)
Assets are not at risk. State handling, function incorrect as to spec, issues with clarity, syntax
sponsor disputed
Sponsor cannot duplicate the issue, or otherwise disagrees this is an issue
QA Report
Consider resolving the TODOs before deploying.
Consider explicitly marking those as internal:
initialize()
functions are front-runnable in the solution.I suggest adding some access control to them:
The one in
LenderPool.sol
doesn't do anything thoughReplace:
with
approve
should be replace withsafeApprove
approve
is subject to a known front-running attack. Consider usingsafeApprove
instead:Consider adding an
address(0)
check here:The following comments are missing (see
@audit
tags):The text was updated successfully, but these errors were encountered: