From d3ff8dc3bace74ff1ef515f2df9328a130146c63 Mon Sep 17 00:00:00 2001 From: Prateek Jain Date: Tue, 3 Jan 2023 19:13:07 +0530 Subject: [PATCH] Day 7: Secure Coding Overview --- 2023/day07.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2023/day07.md b/2023/day07.md index abfa847..d04a512 100644 --- a/2023/day07.md +++ b/2023/day07.md @@ -37,4 +37,6 @@ In summary, Overall, secure coding is a crucial practice that helps protect soft - [10 Secure Coding Practices You Can Implement Now](https://codesigningstore.com/secure-coding-practices-to-implement) +- [Secure Coding Guidelines And Best Practices For Developers](https://www.softwaretestinghelp.com/guidelines-for-secure-coding/) + In the next part [Day 8](day08.md), we will discuss Static Application Security Testing (SAST) in more detail.