Certified Information Systems Security Professional (CISSP) — Question 361

When developing an external facing web-based system, which of the following would be the MAIN focus of the security assessment prior to implementation and production?

Answer options

Correct answer: D

Explanation

The correct answer is D because enforcing input validation is crucial to prevent attacks such as SQL injection and cross-site scripting. While SSL certificate validation is important for secure connections, it is a secondary concern compared to ensuring that user inputs are validated to protect the system from vulnerabilities. Assessing URLs and the type of SSL certificates are also relevant but do not address the core security issue as directly as input validation does.