149k views
0 votes
Which of the following is NOT true of input validation?

A. Server-side input validation is easier to exploit than client-side validation.
B. It is a form of filtering.
C. Unexpected or unwanted input is automatically rejected, and the underlying database remains inaccessible.
D. It is a good first line of defense against injection flaw attacks.

1 Answer

1 vote

Answer:

Option A

Step-by-step explanation:

Input Validation is the best possible testing of any information provided by a client or application. Info approval keeps inappropriately shaped information from entering a data framework.

In this the input validation on the server site can be exploited easier than the client side validation.

User Munawir
by
8.8k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.