subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
print(f" [venv] {venv_path}") print(f" Running: {shell_cmd}\n") try: subprocess.run( ["bash", "-c", shell_cmd], check=True, cwd=root, )- Confidence
- 98% confidence
- Finding
- subprocess.run( ["bash", "-c", shell_cmd], check=True, cwd=root, )
