From 9e79c7c6ef285825dabc5c7ac8ea51b2975438c4 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Mon, 19 Sep 2022 19:07:40 +0530 Subject: [PATCH] Project: Add IslandAPIRequestError to Vulture allowlist --- vulture_allowlist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vulture_allowlist.py b/vulture_allowlist.py index 340d506f2..2008f796a 100644 --- a/vulture_allowlist.py +++ b/vulture_allowlist.py @@ -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