Which of the following developmental policies can help an IT department address secure programming issues?
A) All code must be checked for back doors and Trojan horses.
B) All buffers must have error handling to prevent buffer overruns.
C) All communication must adhere to an organization's secure communications guidelines.
D) All of the above
D) All of the above
Computer Science & Information Technology
You might also like to view...
SharePoint users can expand or collapse folders to quickly locate and open documents, pages, and other site assets in ________ view
Fill in the blank(s) with correct word
Computer Science & Information Technology
What will the following code display?
int number = 6; int x = 0; x = --number; cout << x << endl; a. 6 b. 5 c. 7 d. 0
Computer Science & Information Technology