0 votes
in Secure Programming Practices by
Which of the following is not recommended to secure web applications against authenticated users?

a) Running the application with least privileges

b) Client-side data validation  

c) Filtering data with a default deny regular expression

d) Using parameterized queries to access a database

Related questions

+2 votes
asked Nov 26, 2022 in AJAX by SakshiSharma
0 votes
asked Mar 15, 2021 in Secure Programming Practices by rajeshsharma
...