Swimm: update exercise Implement a new PBA — VW4rf3AxRslfT7lwaug7

This commit is contained in:
Mike Salvatore 2022-03-29 14:24:19 -04:00
parent 52ff1e894a
commit 8733d3f6c4
1 changed files with 6 additions and 5 deletions

View File

@ -18,16 +18,17 @@
"type": "snippet", "type": "snippet",
"path": "monkey/infection_monkey/post_breach/actions/schedule_jobs.py", "path": "monkey/infection_monkey/post_breach/actions/schedule_jobs.py",
"comments": [], "comments": [],
"firstLineNumber": 12, "firstLineNumber": 13,
"lines": [ "lines": [
" \"\"\"", " \"\"\"",
" ", " ",
" def __init__(self):", " def __init__(self, telemetry_messenger: ITelemetryMessenger):",
"* linux_cmds, windows_cmds = get_commands_to_schedule_jobs()", "* linux_cmds, windows_cmds = get_commands_to_schedule_jobs()",
"+ pass", "+ pass",
"*", "*",
"+ # Swimmer: IMPLEMENT HERE!", "+ # Swimmer: IMPLEMENT HERE!",
"* super(ScheduleJobs, self).__init__(", "* super(ScheduleJobs, self).__init__(",
"* telemetry_messenger,",
"* name=POST_BREACH_JOB_SCHEDULING,", "* name=POST_BREACH_JOB_SCHEDULING,",
"* linux_cmd=\" \".join(linux_cmds),", "* linux_cmd=\" \".join(linux_cmds),",
"* windows_cmd=windows_cmds,", "* windows_cmd=windows_cmds,",
@ -44,11 +45,11 @@
} }
], ],
"symbols": {}, "symbols": {},
"file_version": "2.0.1", "file_version": "2.0.3",
"meta": { "meta": {
"app_version": "0.4.1-1", "app_version": "0.6.6-2",
"file_blobs": { "file_blobs": {
"monkey/infection_monkey/post_breach/actions/schedule_jobs.py": "e7845968a0c27d2eba71a8889645fe88491cb2a8" "monkey/infection_monkey/post_breach/actions/schedule_jobs.py": "8aeb0b42d69f7930afb4f4fb1962a65849e05934"
} }
} }
} }