This commit is contained in:
Your Name
2020-10-05 09:08:32 +09:00
parent 1057a72efc
commit dc2e55cc9f
2 changed files with 9 additions and 11 deletions

View File

@@ -38,12 +38,7 @@ impl Detection {
&common.detection(&event.system, &event_data);
//&common.detection(&event.system, &event_data);
if channel == "Security" {
&security.detection(
event_id,
&event.system,
&event.user_data.as_ref(),
event_data,
);
&security.detection(event_id, &event.system, &event.user_data, event_data);
} else if channel == "System" {
&system.detection(event_id, &event.system, event_data);
} else if channel == "Application" {