You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backend attaches the entire project/work_dir to /static; /download_url and /download_all_url directly return static download links; /messages reads the message log file as long as the task_id is provided. There is no user authentication or task attribution verification in the code.
Caution
Anyone who knows or guesses the task_id can read the generated papers, data products, and log messages. If the logs or products contain sensitive data, it will constitute unauthorized access.
The backend attaches the entire
project/work_dirto/static;/download_urland/download_all_urldirectly return static download links;/messagesreads the message log file as long as thetask_idis provided. There is no user authentication or task attribution verification in the code.Caution
Anyone who knows or guesses the task_id can read the generated papers, data products, and log messages. If the logs or products contain sensitive data, it will constitute unauthorized access.