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.
strip_tags()
escapeshellarg()
htmlentities()
escapeshellcmd()
Submit