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
Job.py currently builds up shell commands with shell I/O redirection and runs them with subprocess.run(..., shell=True). This is a security risk and should be avoided.
The text was updated successfully, but these errors were encountered:
Job.py currently builds up shell commands with shell I/O redirection and runs them with
subprocess.run(..., shell=True)
. This is a security risk and should be avoided.The text was updated successfully, but these errors were encountered: