From e1cec2d9fb5d867e34a8da57c0acfc07c45e649d Mon Sep 17 00:00:00 2001 From: Prateek Jain Date: Tue, 10 Jan 2023 17:21:19 +0530 Subject: [PATCH] Update day12.md --- 2023/day12.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/2023/day12.md b/2023/day12.md index db5b51c..d700825 100644 --- a/2023/day12.md +++ b/2023/day12.md @@ -24,10 +24,7 @@ Overall, secure code review is a critical component of ensuring that an applicat I highly recommend watching this video to understand how source code analysis can lead to finding vulnerabilities in large enterprise codebases. -
- -
- +[![Final video of fixing issues in your code in VS Code](https://img.youtube.com/vi/fb-t3WWHsMQ/maxresdefault.jpg)](https://www.youtube.com/watch?v=fb-t3WWHsMQ) ### Resources - [How to Analyze Code for Vulnerabilities](https://www.youtube.com/watch?v=A8CNysN-lOM&t)