From b95bed2bf3186554692302dd170b0f5252255c6d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:58:23 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- vizro-ai/docs/pages/explanation/safeguard.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vizro-ai/docs/pages/explanation/safeguard.md b/vizro-ai/docs/pages/explanation/safeguard.md index 6375451a9..7b2857fb9 100644 --- a/vizro-ai/docs/pages/explanation/safeguard.md +++ b/vizro-ai/docs/pages/explanation/safeguard.md @@ -24,7 +24,6 @@ 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` @@ -36,7 +35,6 @@ The lists below are a reflection of the security and functionality we have imple - `sklearn` ??? success "Whitelisted Builtins" - - abs - len - max @@ -56,12 +54,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)