Code Review
Code review is the process of manually examining an application's source code to identify potential vulnerabilities or bugs that could be exploited by an attacker. This is a crucial component of any application's security assessment and can help organizations identify and remediate issues at the co…
CISSP - Code Review Example Questions
Test your knowledge of Code Review
Question 1
During a code review, a chunk of code responsible for the application's login function appeared not to have been tested. The developer informs you that they didn’t have enough time for thorough testing. What should be your reaction?
Question 2
During a code review, you come across a function with a significant number of comments stating the code is complex and hard to understand. What is the recommended solution?
Question 3
While reviewing code, you notice a function that accesses private user data. What is the best practice in this scenario?