-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Security
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
On POSIX systems we invoke `execve` to launch external programs from the legacy shell, while on Windows we construct a string to invoke a single commandline string. This requires careful parameter escaping and should be avoided. Replace this Windows specific logic with a call into _execve