-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix shell=True security issues #73
Comments
We should remove all instances of Do you want to open a PR, @jasikpark? |
I played around with this tonight and couldn't get any files to copy without the |
This stackoverflow explanation seems to imply that the calls to the shell should be broken up into individual programs to prevent needing to use So instead of
we have
and |
That sounds reasonable to me. We should extract that to a method called |
Because the main repo contains functions with
shell=True
as parameters, the Codacy PR automated review fails on every pull request. Is there a way to turn this off or to fix the code so that Codacy is happy with it?The text was updated successfully, but these errors were encountered: