Project: Add IslandAPIRequestError to Vulture allowlist

This commit is contained in:
Shreya Malviya 2022-09-19 19:07:40 +05:30
parent 1b037c4b3a
commit 9e79c7c6ef
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ from infection_monkey.exploit.log4shell_utils.ldap_server import LDAPServerFacto
from infection_monkey.island_api_client import (
HTTPIslandAPIClient,
IIslandAPIClient,
IslandAPIRequestError,
IslandAPIRequestFailedError,
)
from monkey_island.cc.event_queue import IslandEventTopic, PyPubSubIslandEventQueue
@ -338,3 +339,4 @@ IslandEventTopic.RESET_AGENT_CONFIGURATION
IIslandAPIClient
HTTPIslandAPIClient
IslandAPIRequestFailedError
IslandAPIRequestError