Skip to content

Commit

Permalink
Update safeguard.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stichbury committed Nov 29, 2024
1 parent 173b5e5 commit c241d08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vizro-ai/docs/pages/explanation/safeguard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit c241d08

Please sign in to comment.