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
The current way the rented amount is updated during liquidation introduces a DOS type of attack.
Since this method frees all stkAAVE held by the Pod, we want to set back to 0 the rented amount by the Pod instead.
In the same logic, in the freeStkAave() method, in the case were all the Pod balance must be pulled, we also want to add an extra check to reset the Pod's rented amount back to 0.
The current way the rented amount is updated during liquidation introduces a DOS type of attack.
Since this method frees all stkAAVE held by the Pod, we want to set back to 0 the rented amount by the Pod instead.
In the same logic, in the
freeStkAave()
method, in the case were all the Pod balance must be pulled, we also want to add an extra check to reset the Pod's rented amount back to 0.See fix : #3
The text was updated successfully, but these errors were encountered: