• Post author:
  • Post category:Blog
  • Reading time:1 mins read
  • Post last modified:June 12, 2024

What are two examples of immutable queries that should be used as mitigation for SQL injection vulnerabilities? (Choose two.)

  • time-delay queries
  • parameterized queries
  • static queries
  • stacked queries
  • in-band queries
Explanation & Hints:

The best mitigation for SQL injection vulnerabilities is to use immutable queries, including:

  • Static queries
  • Parameterized queries
  • Stored procedures (if they do not generate dynamic SQL)

For more Questions and Answers:

Ethical Hacker Course Final Exam Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments