subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
if name == "composer": return _install_composer() result = subprocess.run( shlex.split(install_cmd), capture_output=True, text=True,- Confidence
- 95% confidence
- Finding
- result = subprocess.run( shlex.split(install_cmd), capture_output=True, text=True, )
