Multiple choice

What of the following are the checklists needed in file inclusion and disclosure in web application security?

  1. Do not take file names for inclusions from user input.

  2. Try to avoid having scripts read and pass through files if possible.

  3. Ensure the application runs with no more privileges than required.

  4. All of the above

  5. Both (1) and (2)

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

All are the correct statements.