Guidelines for web application programmers

From Security Wiki
Revision as of 02:50, 24 February 2011 by Ssakai (talk | contribs) (→‎In no particular order...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Guidelines and Tips for Web Application Programmers

In no particular order...

Safe handling of user input. User input may not be what you expect!

Running an external program. What to watch out for when running commands in your application.