Related Papers
A few good starting points on secure (and insecure) coding:- Secure Programming for Linux and Unix HOWTO -- Creating Secure Software
- Smashing the Stack for Fun and Profit
Free or Open-Source tools for Secure Coding
A sampling of some useful tools for style checking, bug checking, etc.- For Java
- The Eclipse Checkstyle plugin
- FindBugs
- PMD
- For C/C++
