Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/source/user_guide/security_considerations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ File up- and downloads

The :py:meth:`.ACPInstance.upload_file` and :py:meth:`.ACPInstance.download_file` methods create files
on the local or remote machine, without any validation of the file content or path.
The same is true for file load / save methods if the ``auto_transfer_files`` parameter is set to
``True`` in :func:`.launch_acp`.

When exposing these methods to untrusted users, it is important to validate that
only files that are safe to be uploaded or downloaded are processed.