MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is NOT recommended for securing Web applications against authenticated users? |
| A. | Client-side data validation |
| B. | Filtering data with a default deny regular expression |
| C. | Running the application under least privileges necessary |
| D. | Using parameterized queries to access a database |
| Answer» B. Filtering data with a default deny regular expression | |