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
Describe the bug
Creating a new user with an extremely long username can cause the node to quickly run out of storage space. Need to implement sanity check on size of username and password.
To Reproduce
Issue create account requests with names millions of characters long.
Expected behavior
RPCs should limit request sizes to a reasonable size and error gracefully.
Operating System
This is universally applicable.
The text was updated successfully, but these errors were encountered:
Describe the bug
Creating a new user with an extremely long username can cause the node to quickly run out of storage space. Need to implement sanity check on size of username and password.
To Reproduce
Issue create account requests with names millions of characters long.
Expected behavior
RPCs should limit request sizes to a reasonable size and error gracefully.
Operating System
This is universally applicable.
The text was updated successfully, but these errors were encountered: