Archives Posts
Secure Coding in C and C++ by CERT.org etc.
September 10th, 2007 by cplus
Documentation and resources for secure coding in C and C++ by CERT.org. You can download the presentations that contains a lot of C/C++ code snippets examples of the secure and non-secure C/C++. Some of the documentations are:
- Secure Coding in C++ (Part 1: Strings) - in pdf
- Secure Coding in C++ (Part 2: Integers) - in pdf
- Secure Coding Initiative - pdf
- Secure Coding in C and C++ - Tutorial - pdf
- Best Practices for Secure Coding - pdf
- Secure Coding in C and C++: A Look at Common Vulnerabilities - pdf
Don’t forget the publications as well. More resources for secure C and C++ coding can be found in ISO/IEC JTC 1/SC 22/OWG: Vulnerabilities standards. The documents download page is HERE. For example try A preliminary draft of the CERT C Programming Language Secure Coding Standard, contributed by Robert Seacord - pdf.
Filed under Misc having No Comments »
