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

IT Questions BankCategory: Ethical HackerWhat are two examples of immutable queries that should be used as mitigation for SQL injection vulnerabilities? (Choose two.)

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

  • static queries
  • time-delay queries
  • parameterized queries
  • in-band queries
  • stacked queries

Explanation: 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)

Exam with this question: Ethical Hacker: Course Final Exam Answers

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments