diff --git a/vizro-ai/docs/pages/explanation/safeguard.md b/vizro-ai/docs/pages/explanation/safeguard.md index 6f4b213d4..f28ce0a47 100644 --- a/vizro-ai/docs/pages/explanation/safeguard.md +++ b/vizro-ai/docs/pages/explanation/safeguard.md @@ -25,7 +25,6 @@ The lists below are a reflection of the security and functionality we have imple ??? success "Whitelisted Packages" - - `pandas` - `numpy` - `vizro` @@ -37,7 +36,6 @@ The lists below are a reflection of the security and functionality we have imple - `sklearn` ??? success "Whitelisted Builtins" - - abs - len - max @@ -57,12 +55,10 @@ 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)