Day 7: Secure Coding Overview

This commit is contained in:
Prateek Jain 2023-01-03 19:13:07 +05:30 committed by GitHub
parent 24bc003236
commit d3ff8dc3ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.