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
- Host: GitHub
- URL: https://github.com/raleighlittles/secure-coding-in-c-cpp
- Owner: raleighlittles
- Created: 2022-07-10T05:35:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T23:16:38.000Z (over 2 years ago)
- Last Synced: 2025-01-26T14:52:14.194Z (5 months ago)
- Topics: cmu, secure-coding
- Language: C
- Homepage:
- Size: 19.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.