CISSP · Question #665
Which of the following is the MOST effective preventative method to identify security flaws in software?
The correct answer is B. Perform a structured code review. A structured code review is the most effective preventative method for identifying security flaws in software because it involves carefully examining the source code to identify potential vulnerabilities before the software is deployed. By reviewing the code in detail…
Question
Options
- AMonitor performance in production environments.
- BPerform a structured code review.
- CPerform application penetration testing.
- DUse automated security vulnerability testing tods.
How the community answered
(37 responses)- A19% (7)
- B70% (26)
- C5% (2)
- D5% (2)
Explanation
A structured code review is the most effective preventative method for identifying security flaws in software because it involves carefully examining the source code to identify potential vulnerabilities before the software is deployed. By reviewing the code in detail, developers can catch mistakes, flaws, and security issues early in the development process, reducing the likelihood of vulnerabilities in the final product.
Topics
Community Discussion
No community discussion yet for this question.