From 5ff514ec795888344b1ac88ec33418f369cf0da9 Mon Sep 17 00:00:00 2001 From: memosr Date: Sat, 4 Apr 2026 23:27:32 +0300 Subject: [PATCH] fix(security): remove full traceback from cron error output to prevent info leakage --- cron/scheduler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cron/scheduler.py b/cron/scheduler.py index 5d561066a..7cec44e07 100644 --- a/cron/scheduler.py +++ b/cron/scheduler.py @@ -644,8 +644,6 @@ def run_job(job: dict) -> tuple[bool, str, str, Optional[str]]: ``` {error_msg} - -{traceback.format_exc()} ``` """ return False, output, "", error_msg