Which of the following are secure programming guidelines?
A. E) A), B) and C)
B. A) Always validate input for public methods
C. D) Always call a shell to invoke another program from within a C/C++ program
D. B) Never use input data as input for a format string
E. C) Avoid the use of environment variables
F. F) None of the above options
Answer:
A. E) A), B) and C)
Which of the following are secure programming guidelines