subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
if HAS_CLI: try: subprocess.run( "aliyun configure set --auto-plugin-install true", shell=True, capture_output=True, text=True, timeout=5, )- Confidence
- 95% confidence
- Finding
- subprocess.run( "aliyun configure set --auto-plugin-install true", shell=True, capture_output=True, text=True, timeout=5, )
