🎴 Flashcard Mode
Application and Web Security Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
It is a leading practice to suppress detailed errors in the following places:
AnswerClick to flip back
A
All of the above
💡 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.