0 votes
in OWASP Top 10 Vulnerabilities by

In which of the following scenarios should you use the escaping technique?

       A. When you need to tell the interpreter that input is data and not code

       B. When you need to validate any input as valid input

       C. When you are trying to protect against regular expression injection

1 Answer

0 votes
by

Correct answer is : - When you need to tell the interpreter that input is data and not code

Related questions

0 votes
asked Feb 12, 2022 in OWASP Top 10 Vulnerabilities by DavidAnderson
0 votes
asked Feb 12, 2022 in OWASP Top 10 Vulnerabilities by DavidAnderson
...