Secure Code Review

5 minutes 5 Questions

Secure code review is the process of examining an application's source code to discover security flaws, coding errors, and vulnerabilities that may be exploited by an attacker. The primary objective of secure code review is to ensure the codebase's adherence to security best practices, reduce the l…

Test mode:
CISSP - Secure Code Review Example Questions

Test your knowledge of Secure Code Review

Question 1

During a secure code review, a developer finds that a SQL query used in a web application contains unsanitized user input. What type of vulnerability is this?

Question 2

You are reviewing a web application's source code and notice that it stores sensitive data such as usernames, passwords, and personal information without proper encryption. What is the best recommendation to improve data storage security in this scenario?

Question 3

In a secure code review of a mobile application, it is discovered that an API key is hard-coded into the application code. What should be done instead to protect the API key?

More Secure Code Review questions
9 questions (total)