-
Get a monthly update on best practices for delivering successful software.
In Yesterday's post I said I'd put together a quick list of things to think about around web application security. This is by no means an exhaustive list, but its a set of categories and things I start to look at when doing a security assessment on an app.
Web Application Security Checklist
Account management
Data management
Browser hacks
Encrypted transport (make sure Ajax calls are secure)
Encrypted storage (credit cards, ssns, etc)
Server configuration (firewalls, web/app server, db)
I actually have a longer list, but its not formatted/organized very well, so this is my first cut at sharing it with others.
What other areas do you look at when doing security checks for your web apps?
What tools do you use?