cyber-security-resources/programming_and_scripting_for_cybersecurity/getting_started_code_review.md
2022-07-19 13:15:40 -04:00

1.7 KiB

Getting Started to Perform Security Code Reviews

The following are several resources that will help you get started on how to perform code reviews to find security bugs/vulnerabilities.

TIP:

  • Don't feel that you have to learn everything at once. Start by learning a framework, basics of a programming language, etc.
  • After you learn the first one, the others will be easier to learn.
  • For web security, gaining an understanding on how modern web frameworks work is one of the most important things.
  • Do it side-by-side. Learn how to code and doing code review. It might seem overwhelming at first but it becomes better after you start understanding the code.

Resources for Learning Different Programming languages:

Presentations and videos on code review:

Vulnerable codes to play around with: