subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
# Start gateway try: proc = subprocess.Popen( [openclaw, 'gateway', 'start', '--port', '0'], stdout=subprocess.PIPE, stderr=subprocess.PIPE,- Confidence
- 84% confidence
- Finding
- proc = subprocess.Popen( [openclaw, 'gateway', 'start', '--port', '0'], stdout=subprocess.PIPE, stderr=subprocess.PIPE, env=env, cwd
