You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm aware this poses security risks and i have no overview which (potentially un-escaped) external inputs go into this command, so i'm not suggesting to just fix it in this way. Also i don't know if relying on bash is the only way to do this.
Maybe somebody has an idea?
Cheers,
Nikolai
The text was updated successfully, but these errors were encountered:
Hi,
When i pass a file by the
--prolog
argument i get the error message:originating from the
subprocess.Popen
call in:scoop/scoop/launch/workerLaunch.py
Lines 192 to 195 in d391dfa
The error seems to refer to the bash builtin
source
. When i run the above command withshell=True
andexecutable="/bin/bash"
it seems to workI'm aware this poses security risks and i have no overview which (potentially un-escaped) external inputs go into this command, so i'm not suggesting to just fix it in this way. Also i don't know if relying on bash is the only way to do this.
Maybe somebody has an idea?
Cheers,
Nikolai
The text was updated successfully, but these errors were encountered: