How to Protect Yourself From a Server-Side Template Injection Attack
5 min read - Server-side templates provide an easy method of managing the dynamic generation of HTML code. But they can also fall victim to server-side template injection (SSTI). Take a look at the basics of server-side web templates, and how to detect, identify…