1、完善kafka 接收消息进行sm4 解密

2、新增IP联动封禁相关的API接口,供探针模块进行调用。
This commit is contained in:
2026-05-06 17:30:21 +08:00
parent 206985a65e
commit 5e73c1c8f6
14 changed files with 197 additions and 111 deletions
@@ -44,7 +44,6 @@
FROM analysis_analysis_rule
WHERE run_mode = #{runMode}
AND del_flag = '0'
AND task_status IN ('stopped', 'waiting', 'STOPPED')
AND rule_status =1
ORDER BY priority DESC, create_time ASC
</select>