From 61c76d09c574cbd308294dae7a2e9115d1ce5004 Mon Sep 17 00:00:00 2001 From: sunty <1172534965@qq.com> Date: 星期四, 30 五月 2024 13:42:08 +0800 Subject: [PATCH] 调整进出异常过滤 置在数据段 --- rule/engine.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/rule/engine.go b/rule/engine.go index 8bbb953..64cb3ba 100644 --- a/rule/engine.go +++ b/rule/engine.go @@ -122,6 +122,8 @@ continue } captureInfo = append(captureInfo, info) + } else { + captureInfo = append(captureInfo, info) } } -- Gitblit v1.8.0