Starting a process with a shell, possible injection detected, securit…#6
Starting a process with a shell, possible injection detected, securit…#6Doswind wants to merge 1 commit intoopenstack:masterfrom
Conversation
…y issue. The old os.system() method is replaced with subprocess.check_call(). More info: https://bandit.readthedocs.io/en/latest/plugins/b605_start_process_with_a_shell.html
|
Thank you for your contribution! This GitHub repository is just a mirror of https://opendev.org/openstack/python-openstackclient, where development really happens. Pull requests proposed on GitHub are automatically closed. If you are interested in pushing this code upstream, please note that OpenStack development uses Gerrit for change proposal and code review. If you have never contributed to OpenStack before, please see: Feel free to reach out to the First Contact SIG by sending an email to the openstack-discuss list with the tag '[First Contact]' in the subject line. To email the mailing list, you must first subscribe which can be done here: |
Starting a process with a shell, possible injection detected, security issue.
The old os.system() method is replaced with subprocess.check_call().
More info: https://bandit.readthedocs.io/en/latest/plugins/b605_start_process_with_a_shell.html