![]() |
| Description: | It is very unsafe to let users run any command on your system. They might steal or destroy data. So commands and any user input in general should be scanned to remove unwanted characters. For instance, the \';\' character which is a command separator on Unix should be filtered out of input used to build commands. |