Multiple choice technology security

It is a leading practice to suppress detailed errors in the following places:

  1. Web Server configuration files

  2. Application configuration files

  3. Application error handlers

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Suppressing detailed errors is a defense-in-depth practice across all layers (web server config, application config, and application handlers) to prevent information disclosure about the system's architecture. Distractors that select only one of these files or handlers overlook the necessity of securing all potential leakage points.