A security administrator wants to test the reliability of an application which accepts user provided
parameters. The administrator is concerned with data integrity and availability. Which of the
following should be implemented to accomplish this task?

A.
Secure coding
B.
Fuzzing
C.
Exception handling
D.
Input validation
Explanation:
Hmm input validation? Why not? Fuzzing is for mass amounts of random info is it not?
0
0
It’s Fuzzing because the question is asking which method should be implemented to test the reliability of an application which accepts user provided parameters.
The keyword being “test.” It is a poorly written question
0
0