subprocess module call
Medium
- Category
- Dangerous Code Execution
- Content
if check_cron_setup(): return True, "定时任务已存在" result = subprocess.run( [ "openclaw", "cron", "add", "--name", "chat-history-archive",- Confidence
- 86% confidence
- Finding
- result = subprocess.run( [ "openclaw", "cron", "add", "--name", "chat-history-archive", "--cron", "59 23 * * *", "--
