We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the mitigations in this report are accurate.
Specifically:
BasketHandler
targetAmts
1e-6
redemptions
address(0)
RToken
totalDrafts
rsrAmount
0
withdraw
cancelUnstake
The text was updated successfully, but these errors were encountered:
ether_sky issue #35
332afda
thereksfour marked the issue as satisfactory
Sorry, something went wrong.
No branches or pull requests
Lines of code
Vulnerability details
All the mitigations in this report are accurate.
Specifically:
BasketHandler
, ensure thattargetAmts
exceed1e-6
.redemptions
toaddress(0)
in theRToken
.totalDrafts
whenrsrAmount
is0
in thewithdraw
function.However, note that
totalDrafts
should be updated also in thecancelUnstake
function.The text was updated successfully, but these errors were encountered: