QuestionQ26

Managing Application Security

What type of input is provided to initiate a SQL injection attack?

  • A True statements
  • B Session identifiers
  • C Custom error codes
  • D Default credentials
Explanation

A SQL injection attack injects crafted SQL expressions, commonly including conditions that evaluate as true, into application input so that the database query's intended logic is changed.

Community Discussion

No comments yet. Be the first to start the discussion!