0 votes
in Secure Programming Practices by
Which of the followings are secure programming guidelines?

Select the correct option from below

C)Avoid the usage of environment variables

B)Never use input data as input to a format string

E)A, B & C

A)Always validate input to public methods

D)Always call a shell to invoke another program from within a C/C++ program

F)None of Above

1 Answer

0 votes
by

E)A, B & C

C)Avoid the usage of environment variables

B)Never use input data as input to a format string

A)Always validate input to public methods

...