Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Checklist for building a secure web application.

Hello!
I'm wondering if anynone knows where I can find documents about building
a secure website?
[115 byte] By [Kurt] at [2007-11-9 23:52:27]
# 1 Re: Checklist for building a secure web application.
Hi,
Look at
1. authentication
2. authorization
3. privacy
4. non-repudiation

when designing security into a web application. the key is to design security
beforehand and not "add it on" at the end.

There are a number of excellent web application security papers available
on the Net. Check the following websites:

http://www.spidynamics.com/ - lots of white papers
http://www.securityportal.com - enroll for the webappsec list digest

Read Mike Howard's book on building Secure Applications.
Search on Google for web app security pdf. Bound to get a whole lot of links.

HTH,

Arvind Shyamsundar
Brainbench MVP for Internet Security
www.brainbench.com
Arvind Shyamsundar at 2007-11-12 0:14:33 >