Certified Information Systems Security Professional (CISSP) — Question 444

Which of the following is the BEST method to validate secure coding techniques against injection and overflow attacks?

Answer options

Correct answer: C

Explanation

The correct answer is C because automated programs can efficiently test code against the latest vulnerability patterns, identifying issues that might be missed through manual reviews. Option A, while useful, may not be as thorough as automated testing. Option B does not ensure coverage of new vulnerabilities specific to the current codebase, and option D, while important for maintenance, does not actively test the code for vulnerabilities.