(Choose 2 answers)
How do you prevent OS Command injection? (Choose two)
A. Avoid calling OS command directly
B. Don't filter user input
C. Use APIs instead of passing parameters to a command shell which then parses them
D. Calling OS command directly
3