Question: Rank these code function scenarios from highest risk (5) to lowest (1) based on the information given: a._____ The funcation takes direct input from the
Rank these code function scenarios from highest risk (5) to lowest (1) based on the information given:
a._____ The funcation takes direct input from the user and does not do bounds checking on the input and the application does not run with "setuid"
b_____ The funcation takes direct input from the user and does not do bounds checking on the input and the application runs "setuid root"
c_____ The funcation does not take direct input from the user and does bounds checking on the input and the application runs "setuid root"
d____ The funcation does not take direct input from the user and does not do bounds checking on the input and the application runs "setuid root"
e____ The funcation takes direct input from the user and does bounds checking on the input and the application runs "setuid root"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
