dfout / HeapLeak

2 stars 0 forks source link

HIGH: Question CREATE: #8

Closed zach-gold closed 2 months ago

zach-gold commented 2 months ago

I can submit an empty form. This should never happen. A very easy fix, but it is mandatory that I cannnot do this. you probably allowed this due to using the backend for Form Validations, however, WTForms is to protect the database, it should not be used to validate form data FOR the frontend.

zach-gold commented 2 months ago

Form validations are up and running, need second set of eyes to confirm. submission is blocked across all forms if the validators throw any errors.

zach-gold commented 2 months ago

Brian confirmed working and passing functionality. closing