1、指令新增白名单判断,命中白名单后加入到t_whitelist_hit表中,不加到t_command
2、指令新增时,记录到t_command_log表中 3、配置增加创建人、审核人 4、任务停止、结束时,规则的used_task_id也变为空 5、规则update后更新审核状态bug修复
This commit is contained in:
@@ -164,6 +164,7 @@ public class StaticRuleObject {
|
||||
private String auditUserDepart;
|
||||
|
||||
@JsonProperty("event_type")
|
||||
@ExcelProperty("事件类型")
|
||||
@Schema(description = "事件类型", example = "DDos")
|
||||
private String eventType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user