From 8cb9c4463a368fe1a385e4f24869a3e4bfdd1273 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Tue, 28 Jun 2022 13:18:58 -0400 Subject: [PATCH] Island: Add note about #2049 to FileUpload resource --- monkey/monkey_island/cc/resources/pba_file_upload.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monkey/monkey_island/cc/resources/pba_file_upload.py b/monkey/monkey_island/cc/resources/pba_file_upload.py index 277804a72..4deef93c3 100644 --- a/monkey/monkey_island/cc/resources/pba_file_upload.py +++ b/monkey/monkey_island/cc/resources/pba_file_upload.py @@ -36,7 +36,8 @@ class FileUpload(AbstractResource): # This endpoint is basically a duplicate of PBAFileDownload.get(). They serve slightly different # purposes. This endpoint is authenticated, whereas the one in PBAFileDownload can not be (at # the present time). In the future, consider whether or not they should be merged, or if they - # serve truly distinct purposes + # serve truly distinct purposes. After #2049, all endpoints that the agent uses will be + # authenticated. @jwt_required def get(self, target_os): """