Day 12: Secure Coding Review

This commit is contained in:
Prateek Jain 2023-01-10 19:31:44 +05:30
parent e1cec2d9fb
commit 192ca867b5

View File

@ -28,4 +28,6 @@ I highly recommend watching this video to understand how source code analysis ca
### Resources
- [How to Analyze Code for Vulnerabilities](https://www.youtube.com/watch?v=A8CNysN-lOM&t)
- [What Is A Secure Code Review And Its Process?](https://valuementor.com/blogs/source-code-review/what-is-a-secure-code-review-and-its-process/)
- [What Is A Secure Code Review And Its Process?](https://valuementor.com/blogs/source-code-review/what-is-a-secure-code-review-and-its-process/)
In the next part [Day 13](day13.md), we will discuss Additional Secure Coding Practices with some more hands-on.