Skip to content

Commit

Permalink
SDD: Add ToC element, update Markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sglavoie committed Oct 10, 2022
1 parent bcc0a5b commit 730b065
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [Resources](#resources)
- [Design patterns](#design-patterns)
- [Module cohesion and coupling](#module-cohesion-and-coupling)
- [Secure coding practices](#secure-coding-practices)

---

Expand Down Expand Up @@ -80,5 +81,6 @@ One two hour unseen written examination and coursework (Type I)
- [Full playlist](https://www.youtube.com/playlist?list=PLC0nd42SBTaNuP4iB4L6SJlMaHE71FG6N) includes topics about dependency inversion/injection, design patterns, exception handling, inheritance, composition and more.

## Secure coding practices
- [Developing Secure Software (LFD121)](https://training.linuxfoundation.org/training/developing-secure-software-lfd121/) - The Linux Foundation.
* This free course covers the same topics as the 'secure coding' section of the module in more depth along with other related topics. The course is heavily based on the reading of the mid-term assignment '_[Secure Programming HOWTO - Creating Secure Software](https://dwheeler.com/secure-programs/)_' as David Wheeler is the author of both materials.

- [Developing Secure Software (LFD121)](https://training.linuxfoundation.org/training/developing-secure-software-lfd121/) - The Linux Foundation.
- This free course covers the same topics as the 'secure coding' section of the module in more depth along with other related topics. The course is heavily based on the reading of the mid-term assignment '_[Secure Programming HOWTO - Creating Secure Software](https://dwheeler.com/secure-programs/)_' as David Wheeler is the author of both materials.

0 comments on commit 730b065

Please sign in to comment.