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.
In regards to secure coding practices, 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.
A mitigates buffer overflow attacks
Too bad this is so generic. SQL injection? XSS? Directory traversal?