-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
Check input sanitization for rounded decimals #2509
Comments
Is this still an issue @cwgoes? And if not, where does this need to get fixed? There are quite a few calls to |
#2958 will help, we should audit all remaining calls. |
@cwgoes @rigelrozanski can we go ahead and close this one? |
got it - they're tightly related issues |
post- #3400 AFAICT the only non test instances of RoundInt64 are:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g. validator power (
.RoundInt64()
for TM power), over 2 ** 64 will cause a panic, this is a possible DoS vector.The text was updated successfully, but these errors were encountered: