Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 634 Bytes

0524.md

File metadata and controls

18 lines (12 loc) · 634 Bytes

When working with a database, which of the following can be used to mitigate the possibility of exposing your database credientials to a malicious user?

  • A) Moving all database credentials outside of the document root
  • B) Restricting access to files not designed to be executed independently
  • C) Setting creditial information as system environment variables
  • D) Moving all database credentials into a single file
Answer

Answer: A, B, C