From f1223eec42838d1903f665d7c8407c68056ce2ab Mon Sep 17 00:00:00 2001 From: lxowalle <83055338+lxowalle@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:16:42 +0800 Subject: [PATCH] fix: revert enable endy patterns (#519) --- pkg/config/defaults.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/config/defaults.go b/pkg/config/defaults.go index 70ba67adf..54d6d68c3 100644 --- a/pkg/config/defaults.go +++ b/pkg/config/defaults.go @@ -262,6 +262,9 @@ func DefaultConfig() *Config { Cron: CronToolsConfig{ ExecTimeoutMinutes: 5, }, + Exec: ExecConfig{ + EnableDenyPatterns: true, + }, }, Heartbeat: HeartbeatConfig{ Enabled: true,