Skip to content

Commit

Permalink
Island: Add note about #2049 to FileUpload resource
Browse files Browse the repository at this point in the history
  • Loading branch information
mssalvatore committed Jun 28, 2022
1 parent c4d5e58 commit 8cb9c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monkey/monkey_island/cc/resources/pba_file_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def __init__(self, file_storage_repository: IFileRepository):
# 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):
"""
Expand Down

0 comments on commit 8cb9c44

Please sign in to comment.