CompTIA CySA+ (CS0-003) — Question 88
Several vulnerability scan reports have indicated runtime errors as the code is executing. The dashboard that lists the errors has a command-line interface for developers to check for vulnerabilities. Which of the following will enable a developer to correct this issue? (Choose two.)
Answer options
- A. Performing dynamic application security testing
- B. Reviewing the code
- C. Fuzzing the application
- D. Debugging the code
- E. Implementing a coding standard
- F. Implementing IDS
Correct answer: B, D
Explanation
The correct answers are B and D because reviewing the code allows developers to identify logical or syntactical errors, while debugging helps trace and fix runtime issues. Options A, C, E, and F do not directly address the immediate need to correct the existing errors in the code execution.