From the course: CCSP Cert Prep: 4 Cloud Application Security
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Code review
From the course: CCSP Cert Prep: 4 Cloud Application Security
Code review
- [Instructor] Software code is one of the most common sources of security vulnerabilities. Developers write millions of lines of code each year, and there are thousands of security issues buried in the complexity of that code, just waiting to be discovered. Manual code reviews are one of the most important software testing techniques to uncover these vulnerabilities. During a code review, developers have their work reviewed by other developers, who examine the code to ensure that it doesn't contain obvious or subtle security issues. This process may be totally informal, completely formal, or something in between. the most formal code review process is known as the Fagan inspection. Fagan inspections follow a six-step process. During the first step, planning, developers perform the prework required to get the code review underway. This includes preparing the materials required for the review, identifying the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.