Agent: Add TODO comment for VictimHost type hint to HostExploiter.py

This commit is contained in:
Shreya Malviya 2022-02-23 17:10:53 +05:30
parent 03178b6011
commit 6cdb86aa4b
1 changed files with 1 additions and 0 deletions

View File

@ -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