- Notifications
You must be signed in to change notification settings - Fork1
Patchwork PR#51
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:patchwork-autofix-master
Are you sure you want to change the base?
Patchwork PR#51
Uh oh!
There was an error while loading.Please reload this page.
Conversation
File changedmain.py: |
9a0a2db toc12fd79Compare2093038 tofed5ea6Comparefed5ea6 to659657cCompare
Uh oh!
There was an error while loading.Please reload this page.
Fix subprocess command injection vulnerability
Sanitized the user input to prevent command injection by using subprocess.Popen with providing shell=False argument.