pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
Res facta quae tamen fingi potuit ([personal profile] pauamma) wrote in [site community profile] dw_dev_training2010-01-22 07:30 pm
Entry tags:

Security and web programming

This is a good cover of common programming (or program design) mistakes that can cause security problems: http://www.smashingmagazine.com/2010/01/14/web-security-primer-are-you-part-of-the-problem/ (it uses PHP in its examples, but you should be able to get the gist of it even if you're not familiar with the language)
hypatia: (Default)

[personal profile] hypatia 2010-01-23 07:05 am (UTC)(link)
another awesome resource on web security is OWASP, and specifically their top ten project: http://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project :)
rat: (Default)

[personal profile] rat 2010-01-24 08:40 pm (UTC)(link)
I'll chip in my tuppence worth..

http://code.google.com/p/browsersec/wiki/Main
http://code.google.com/p/doctype/wiki/Articles

They're both a bit dry/clinical, but they are informative and I've found them useful in the past.