Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 603 Bytes

0688.md

File metadata and controls

18 lines (12 loc) · 603 Bytes

Why is it important from a security perspective to never display PHP error messages directly to the end user, yet always log them?

  • A) Error messages give the perception of insecurity to the user
  • B) Error messages can contain data useful to a potential attacker
  • C) Error messages will contain sensitive session information
  • D) Error messages can contain cross site scripting attacks
Answer

Answer: A, B