nerdexam
EC-Council

412-79V10 · Question #112

A web application developer is writing code for validating the user input. His aim is to verify the user input against a list of predefined negative inputs to ensure that the user does not submit…

The correct answer is B. White listing. See the full explanation below for the reasoning.

Question

A web application developer is writing code for validating the user input. His aim is to verify the user input against a list of predefined negative inputs to ensure that the user does not submit any malicious or invalid input. Which of the following mechanisms can he implement to identify the input filtering mechanism being implemented by the developer?

Options

  • ABlack listing
  • BWhite listing
  • CAuthentication
  • DAuthorization

How the community answered

(31 responses)
  • A
    6% (2)
  • B
    81% (25)
  • C
    10% (3)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 412-79V10 Practice