...
The CERT Oracle Secure Coding Standard for Java: IDS06-J. Prevent OS Command InjectionDo not pass untrusted, unsanitized data to the exec() method
ISO/IEC 9899:1999 Section 7.20.4, "Communication with the environment"
...
...
The CERT Oracle Secure Coding Standard for Java: IDS06-J. Prevent OS Command InjectionDo not pass untrusted, unsanitized data to the exec() method
ISO/IEC 9899:1999 Section 7.20.4, "Communication with the environment"
...