From 730b06563722d6114dc921f2e47cf91c5eb7d5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lavoie?= Date: Mon, 10 Oct 2022 11:32:33 -0500 Subject: [PATCH] SDD: Add ToC element, update Markdown formatting --- .../cm-2010-software-design-and-development/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/level-5/cm-2010-software-design-and-development/README.md b/modules/level-5/cm-2010-software-design-and-development/README.md index 2ceb9432..e4ce6546 100644 --- a/modules/level-5/cm-2010-software-design-and-development/README.md +++ b/modules/level-5/cm-2010-software-design-and-development/README.md @@ -12,6 +12,7 @@ - [Resources](#resources) - [Design patterns](#design-patterns) - [Module cohesion and coupling](#module-cohesion-and-coupling) +- [Secure coding practices](#secure-coding-practices) --- @@ -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.