Web Application Security and Security API Fundamentals

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Which of the following is NOT recommended for securing Web Applications against malicious users?

  1. Filtering data with a default deny regular expression
  2. Running the application with the least privilege necessary
  3. Client side data validation
  4. Retrieving data from database using pre-compiled stored procedures
Change Mode