/Code_Review/README.md

https://github.com/sneakerhax/Runbooks · Markdown · 18 lines · 11 code · 7 blank · 0 comment · 0 complexity · 15986a73f02392328391d31e273cc8cf MD5 · raw file

  1. # Source Code Analysis
  2. A set of resources that can be used for source code analysis
  3. ### Tutorials
  4. * [Introduction to Code Review](https://www.pentesterlab.com/exercises/codereview) - pentesterlab
  5. ### Books
  6. * [The Art of Software Security Assessment](https://www.amazon.com/Art-Software-Security-Assessment-Vulnerabilities/dp/0321444426)
  7. ### Tools
  8. * [RipGrep](https://github.com/BurntSushi/ripgrep) - BurntSushi
  9. * [ag](https://github.com/ggreer/the_silver_searcher) - ggreer
  10. * [Graudit](https://github.com/wireghoul/graudit) - wireghoul
  11. * [Cloc](https://github.com/AlDanial/cloc) - ALDanial