From e7aca8326e9aacd0fc836e1466d2e31777003960 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Tue, 6 Sep 2022 08:34:14 -0400 Subject: [PATCH] Island: Remove CC_TUNNEL from CommunicationType This is no longer needed after #2216. --- monkey/monkey_island/cc/models/communication_type.py | 1 - 1 file changed, 1 deletion(-) diff --git a/monkey/monkey_island/cc/models/communication_type.py b/monkey/monkey_island/cc/models/communication_type.py index 0991dd5de..d7b090143 100644 --- a/monkey/monkey_island/cc/models/communication_type.py +++ b/monkey/monkey_island/cc/models/communication_type.py @@ -12,4 +12,3 @@ class CommunicationType(Enum): SCANNED = "scanned" EXPLOITED = "exploited" CC = "cc" - CC_TUNNEL = "cc_tunnel"