ZywaveLabs / Retrospectre

MSOE SDL project.
http://retrospectre.zywave.com
MIT License
5 stars 2 forks source link

Character limits need to be more secure #64

Open Awkewainze opened 8 years ago

Awkewainze commented 8 years ago

Currently the character limit is only being checked by a maxlength attribute on the fields throughout the app, we need to check the character limit on the submission, in Javascript.

It is okay if this is only checked on client as Meteor will simulate the request on the server, if the database changes don't match, Meteor will block the client request.