0 votes
in Threat Modeling by
Identify Correct statement:

a) Using prepared statements can prevent SQL injection attack

b) Do not use banned or deprecated version of APIs

c) Both

d) None of the above

1 Answer

0 votes
by

Correct Answer is c) Both as both are required 

  • Using prepared statements can prevent SQL injection attack
  • Do not use banned or deprecated version of APIs

Related questions

0 votes
asked Mar 18, 2021 in Threat Modeling by sharadyadav1986
0 votes
asked Mar 17, 2021 in Threat Modeling by sharadyadav1986
...