From 63d5330386b1340cc9bc347955cbd233b341ab84 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 21 Jun 2022 15:07:32 -0700 Subject: [PATCH] Island: Remove unneeded patch function in new configuration resource --- monkey/monkey_island/cc/resources/configuration.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/monkey/monkey_island/cc/resources/configuration.py b/monkey/monkey_island/cc/resources/configuration.py index 84c28e337..ae9b86688 100644 --- a/monkey/monkey_island/cc/resources/configuration.py +++ b/monkey/monkey_island/cc/resources/configuration.py @@ -69,7 +69,3 @@ class AgentConfiguration(AbstractResource): configuration_json["propagation"]["exploitation"]["vulnerability"], ): del exploiter["supported_os"] - - @jwt_required - def patch(self): # Q: reset the configuration here? or does that make more sense in delete? - pass