The DevCom Blog

This blog contains many of the learnings and practices of the development community at Virginia Tech. While most of the posts may be specific to development at Virginia Tech, all are welcome to read and learn as well!

Securing our Sites

Aug 3, 2018 by Michael Irwin

There are many different avenues our sites can be attacked, including (but not limited to) XSS, SQL injection, and CSRF. Fortunately, there are several best-practices we can follow to help reduce the blast radius of a vulnerability. Observatory by Mozilla This free tool scans…