修复点bug

修复点bug
This commit is contained in:
huoji
2022-09-05 17:36:46 +08:00
parent 30880f8aa9
commit c2f44adc2e
2 changed files with 1 additions and 4 deletions

View File

@@ -54,9 +54,6 @@ def process_log(host, json_log, raw_log):
parent_user,
host,
)
plugin.dispath_rule_new_process_create(
host, parent_process, raw_log, json_log
)
is_white_list = hash in hash_white_list.g_white_list
child = process.Process(
pid, ppid, path, params, create_time, hash, parent_user, host, is_white_list