forked from p15670423/monkey
Island: Fix TODO comment in monkey_island/cc/services/telemetry/processing/post_breach.py
This commit is contained in:
parent
123f0aab16
commit
44a7b7e148
|
@ -30,7 +30,7 @@ def process_process_list_collection_telemetry(telemetry_json):
|
|||
|
||||
POST_BREACH_TELEMETRY_PROCESSING_FUNCS = {
|
||||
POST_BREACH_COMMUNICATE_AS_BACKDOOR_USER: process_communicate_as_backdoor_user_telemetry,
|
||||
# TODO: Remove line 31 and un-comment line 32 after the TODO in `_run_pba()` in
|
||||
# TODO: Remove the line below and un-comment the next one after the TODO in `_run_pba()` in
|
||||
# `automated_master.py` is resolved.
|
||||
"ProcessListCollection": process_process_list_collection_telemetry,
|
||||
# POST_BREACH_PROCESS_LIST_COLLECTION: process_process_list_collection_telemetry,
|
||||
|
|
Loading…
Reference in New Issue