Day 11: SCA Implementation with OWASP Dependency Check

This commit is contained in:
Prateek Jain 2023-01-08 18:44:32 +05:30
parent 2d77f0b713
commit cf9abebfb0

View File

@ -64,4 +64,6 @@ You can customize this workflow to fit your needs. For example, you can specify
### Resources ### Resources
- [Dependency Check Documentation](https://jeremylong.github.io/DependencyCheck/) - [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) - [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.