in reply to Re^2: Best way to call external os command
in thread Best way to call external os command
If you are going to exec OS commands that are passed in, you should definitely enable taint mode, and inspect passed in values, maybe check file paths etc.