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