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

Detailed error messages should be suppressed in web server configs, application configs, and error handlers to prevent information leakage. Stack traces and file paths exposed in errors reveal implementation details that attackers can exploit.