In the current implementations across all operating systems, the app path (as well as other fields) is not properly escaped during string interpolation. For example, on Linux, if the path contains spaces, the segment preceding the space is incorrectly interpreted as the executable, leading to execution failures.
In the current implementations across all operating systems, the app path (as well as other fields) is not properly escaped during string interpolation. For example, on Linux, if the path contains spaces, the segment preceding the space is incorrectly interpreted as the executable, leading to execution failures.