Which of the following functions can you use to mitigate a command injection attack?
Each correct answer represents a complete solution. Choose all that apply.

A.
strip_tags()
B.
escapeshellarg()
C.
htmlentities()
D.
escapeshellcmd()
Explanation:
I choose BD
0
0