CompTIA Exam Questions

why is input validation important?

In regards to secure coding practices, why is input validation important?

A.
It mitigates buffer overflow attacks.

B.
It makes the code more readable.

C.
It provides an application configuration baseline.

D.
It meets gray box testing standards.

Explanation: