0 votes
in OWASP Top 10 Vulnerabilities by

Which of the following are the best ways to protect against injection attacks?

       A. Memory size checks

       B. Escaping

       C. Validate integer values before referencing arrays

1 Answer

0 votes
by

Correct answer is Escaping.

Escaping are the best ways to protect against injection attacks.

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
...