subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
print(f' 📦 Install {plugin}...', end=' ', flush=True) try: # CLI 3.3.16+ Must use the --name argument install_result = subprocess.run( ['aliyun', 'plugin', 'install', '--name', plugin], capture_output=True, text=True, timeout=120 )- Confidence
- 86% confidence
- Finding
- install_result = subprocess.run( ['aliyun', 'plugin', 'install', '--name', plugin], capture_output=True, text=True, timeout=120 )
