subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
logging.info("静默安装失败,尝试 GUI 自动化...") try: subprocess.Popen(f'"{installer_path}"') time.sleep(3) self.handle_installation_gui() return {"success": True, "message": "EXE 包通过 GUI 自动化安装"}- Confidence
- 84% confidence
- Finding
- subprocess.Popen(f'"{installer_path}"')
