subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
try: import subprocess subprocess.Popen([drawio_exe, output_path], shell=False) return {'success': True, 'message': f'preview_trigger: 已打开 draw.io 预览: {output_path}'} except Exception as e: return {- Confidence
- 94% confidence
- Finding
- subprocess.Popen([drawio_exe, output_path], shell=False)
