An open API service indexing awesome lists of open source software.

https://github.com/raleighlittles/secure-coding-in-c-cpp

Exercises from the Carnegie Mellon University "Secure Coding in C/C++" Training Session
https://github.com/raleighlittles/secure-coding-in-c-cpp

cmu secure-coding

Last synced: 3 months ago
JSON representation

Exercises from the Carnegie Mellon University "Secure Coding in C/C++" Training Session

Awesome Lists containing this project

README

        

# About

Carnegie Mellon University's Software Engineering Institute offers a week-long training program called ["CERT Secure Coding in C and C++"](https://www.sei.cmu.edu/education-outreach/courses/course.cfm?coursecode=V35).

The training program has students performing several hands on exercises -- these exercises are included in this repository. They are all written in C.

# Resources

In addition to the training course materials, you can use the book [(ISBN 0-321-82213-7)](https://resources.sei.cmu.edu/library/asset-view.cfm?assetid=54183) as reference.