From c241d08640f35cc72f0dd7b216a6a82c063bd1d3 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Fri, 29 Nov 2024 10:57:58 +0000 Subject: [PATCH] Update safeguard.md --- vizro-ai/docs/pages/explanation/safeguard.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vizro-ai/docs/pages/explanation/safeguard.md b/vizro-ai/docs/pages/explanation/safeguard.md index 7b2857fb9..6375451a9 100644 --- a/vizro-ai/docs/pages/explanation/safeguard.md +++ b/vizro-ai/docs/pages/explanation/safeguard.md @@ -24,6 +24,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` - `numpy` - `vizro` @@ -35,6 +36,7 @@ The lists below are a reflection of the security and functionality we have imple - `sklearn` ??? success "Whitelisted Builtins" + - abs - len - max @@ -54,10 +56,12 @@ The lists below are a reflection of the security and functionality we have imple - tuple ??? failure "Redlisted Class Methods" + - subclasses - builtins ??? failure "Redlisted Data Handling Methods and Formats" + - 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)