1. EachPod

Paul Bohm: Taming Bugs: The art and science of writing secure code (English)

Author
Paul Bohm
Published
Sun 04 Jun 2006
Episode Link
http://www.blackhat.com/html/bh-japan-06/bh-jp-06-en-speakers.html#Boehm

If you give a thousand programmers the same task and the same tools, chances are a lot of the resulting programs will break on the same input. Writing secure code isn't just about avoiding bugs. Programming is as much about People as it is about Code and Techniques. This talk will look deeper, beyond the common bug classes, and provide explanations for why programmers are prone to making certain mistakes. New strategies for taming common bug sources will be presented. Among these are TypedStrings for dealing with Injection Bugs (XSS, SQL, ...), and Path Normalization to deal with Path Traversal.

Share to: