From cf9abebfb0915dee1587f35facd7053d6a61e65e Mon Sep 17 00:00:00 2001 From: Prateek Jain Date: Sun, 8 Jan 2023 18:44:32 +0530 Subject: [PATCH] Day 11: SCA Implementation with OWASP Dependency Check --- 2023/day11.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/2023/day11.md b/2023/day11.md index 266dc68..08563ca 100644 --- a/2023/day11.md +++ b/2023/day11.md @@ -64,4 +64,6 @@ You can customize this workflow to fit your needs. For example, you can specify ### Resources - [Dependency Check Documentation](https://jeremylong.github.io/DependencyCheck/) -- [Source Code of the repo I used for SCA implementation](https://github.com/prateekjaindev/nodejs-todo-app-demo) \ No newline at end of file +- [Source Code of the repo I used for SCA implementation](https://github.com/prateekjaindev/nodejs-todo-app-demo) + +In the next part [Day 12](day12.md), we will discuss Secure Coding Review. \ No newline at end of file