subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
} } result = subprocess.run( ['openclaw', 'config', 'patch', '--stdin'], input=json.dumps(patch), capture_output=True, text=True )- Confidence
- 95% confidence
- Finding
- result = subprocess.run( ['openclaw', 'config', 'patch', '--stdin'], input=json.dumps(patch), capture_output=True, text=True )
