mas2g2 / RJI-CS4320-Project

0 stars 1 forks source link

Not much security protection/prevention in place #8

Open JRunner97 opened 5 years ago

JRunner97 commented 5 years ago

Currently, there is no SQL injection protection, csrf protection, and https is not being used across the site as a whole. We will introduce input filtering via regular expressions, add csrf tokens, and introduce ssl to our site.

JRunner97 commented 5 years ago

added regular expression server side validation to the form inputs on the homepage