You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to enforcing Check-Effects-Interaction patterns on the EMP, we should also create explicit tests to simulate reentrancy exploits that would succeed if not for this pattern.
Example:
withdrawPassedRequest: calls external method collateralCurrency.safeTransfer(...) which we patched in this PR
The text was updated successfully, but these errors were encountered:
In addition to enforcing Check-Effects-Interaction patterns on the EMP, we should also create explicit tests to simulate reentrancy exploits that would succeed if not for this pattern.
Example:
withdrawPassedRequest
: calls external methodcollateralCurrency.safeTransfer(...)
which we patched in this PRThe text was updated successfully, but these errors were encountered: