Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 29, 2024
1 parent c241d08 commit b95bed2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vizro-ai/docs/pages/explanation/safeguard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit b95bed2

Please sign in to comment.