Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Shay619 on Sep 10, 2018



Title: Which of the following is a form of input validation that looks for allowable characters or patterns ...
Post by: Shay619 on Sep 10, 2018
Which of the following is a form of input validation that looks for allowable characters or patterns and only allows those?
Options:
A.blacklisting
Bclipping levels
C.whitelisting
D.traffic policing


Title: Which of the following is a form of input validation that looks for allowable characters or patterns ...
Post by: taneymc on Sep 10, 2018
 C
Explanation:  Input validation is the process of checking all input for things such as proper format, proper length etc. In many cases, these validators use either the blacklisting of characters or patterns or the whitelisting of characters or patterns. Blacklisting looks for characters or patterns to block. It can be prone to preventing legitimate requests. Whitelisting looks for allowable characters or patterns and only allows those.
Chapter 8 Software Vulnerability Security Controls


Title: Which of the following is a form of input validation that looks for allowable characters or patterns ...
Post by: Shay619 on Sep 10, 2018
I'm still confused, but thanks for answering correctly