Open JRunner97 opened 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.
added regular expression server side validation to the form inputs on the homepage
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.