From 6cdb86aa4b81b3c24801880d0070d727c1b69c3d Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Wed, 23 Feb 2022 17:10:53 +0530 Subject: [PATCH] Agent: Add TODO comment for VictimHost type hint to HostExploiter.py --- monkey/infection_monkey/exploit/HostExploiter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/monkey/infection_monkey/exploit/HostExploiter.py b/monkey/infection_monkey/exploit/HostExploiter.py index ad458a480..9c8ddd4d4 100644 --- a/monkey/infection_monkey/exploit/HostExploiter.py +++ b/monkey/infection_monkey/exploit/HostExploiter.py @@ -77,6 +77,7 @@ class HostExploiter: } ) + # TODO: host should be VictimHost, at the moment it can't because of circular dependency def exploit_host(self, host, telemetry_messenger: ITelemetryMessenger, options: Dict): self.host = host self.telemetry_messenger = telemetry_messenger