Prepare for Attack!—Making Your Web Applications More Secure
Posted in python, turbogears, tutorial on Jan 16th, 2007
Arm yourself and prepare for battle! This post is intended as a reminder about the possible security attacks your Web application may be vulnerable to. While it is not meant as a comprehensive guide to Web-application security, it can give you some ideas on how to better protect your applications.
SQL Injection Attacks
The joy of using [...]