/Code_Review/README.md
https://github.com/sneakerhax/Runbooks · Markdown · 18 lines · 11 code · 7 blank · 0 comment · 0 complexity · 15986a73f02392328391d31e273cc8cf MD5 · raw file
- # Source Code Analysis
- A set of resources that can be used for source code analysis
- ### Tutorials
- * [Introduction to Code Review](https://www.pentesterlab.com/exercises/codereview) - pentesterlab
- ### Books
- * [The Art of Software Security Assessment](https://www.amazon.com/Art-Software-Security-Assessment-Vulnerabilities/dp/0321444426)
- ### Tools
- * [RipGrep](https://github.com/BurntSushi/ripgrep) - BurntSushi
- * [ag](https://github.com/ggreer/the_silver_searcher) - ggreer
- * [Graudit](https://github.com/wireghoul/graudit) - wireghoul
- * [Cloc](https://github.com/AlDanial/cloc) - ALDanial