From 192ca867b58efc4c997abc371dce7933727c5c3b Mon Sep 17 00:00:00 2001 From: Prateek Jain Date: Tue, 10 Jan 2023 19:31:44 +0530 Subject: [PATCH] Day 12: Secure Coding Review --- 2023/day12.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/2023/day12.md b/2023/day12.md index d700825..30b24ca 100644 --- a/2023/day12.md +++ b/2023/day12.md @@ -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/) \ No newline at end of file +- [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. \ No newline at end of file