From 51fb9b5feb6c96b23aafdc0a8ed5f0e6d9ede976 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Fri, 29 Nov 2024 11:35:30 +0000 Subject: [PATCH] Update safeguard.md --- vizro-ai/docs/pages/explanation/safeguard.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vizro-ai/docs/pages/explanation/safeguard.md b/vizro-ai/docs/pages/explanation/safeguard.md index 6375451a9..6f4b213d4 100644 --- a/vizro-ai/docs/pages/explanation/safeguard.md +++ b/vizro-ai/docs/pages/explanation/safeguard.md @@ -23,6 +23,7 @@ To help to mitigate these risks, we limit the execution of certain modules and f The lists below are a reflection of the security and functionality we have implemented with Vizro-AI: + ??? success "Whitelisted Packages" - `pandas` @@ -65,6 +66,8 @@ The lists below are a reflection of the security and functionality we have imple - Various data file formats (such as .csv, .tsv, .xlsx, .json, and so on) - Specific methods related to data input/output operations (such as .to_csv, .read_excel, .loadtxt) + + ### Safeguard for user environment and input - **Isolated environment**: Always run code in an isolated or contained environment, such as a virtual environment, virtual machine or container, to minimize potential harm to the primary system.