Which of the following most closely reflects the principle of least privilege.

a) Always grant a function at least enough access to the data in its parameters to accomplish its specified task.
b) Always grant a function enough access to the data in its parameters to accomplish its specified task, but no more.
c) Always grant a function the least amount of access to the data in its parameters.
d) Never grant a function access to the data in its parameters.


b) Always grant a function enough access to the data in its parameters to accomplish its specified task, but no more.

Computer Science & Information Technology

You might also like to view...

To add the date or time to the report header, first right-click the report name in the Navigation Pane, then click ____ View on the shortcut menu.

A. Design B. Table C. Database D. Print

Computer Science & Information Technology

Which of the following shows the correct definition of a PHP exception?

a. Exception(new, $throw, $message, $code); b. throw new Exception($message, $code); c. new Exception($message, $code); d. throw Exception(new, $message, $code);

Computer Science & Information Technology

New to Word 2013 is one-click row and column insertion, which enables you to add a new row or column by clicking the ________ control

A) asterisk B) plus sign C) arrow D) diamond

Computer Science & Information Technology

When all of the statements in a source program are translated before any one statement is executed, the programming language used is called a compiled language.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology