-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
Is your feature request related to a problem? Please describe.
When the user is adding a new shape, there is no limit on how many characters the user can enter in the description or name fields which can lead to unsanitized and large inputs that can congest the database.
Describe the solution you'd like
The solution proposed is adding a max character count to the user input, both on the backend and frontend since it is not secured on either side.