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 c241d08 commit 51fb9b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vizro-ai/docs/pages/explanation/safeguard.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,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:

<!--vale off-->
??? success "Whitelisted Packages"

- `pandas`
Expand Down Expand Up @@ -65,6 +66,8 @@ The lists below are a reflection of the security and functionality we have imple
- 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)

<!--vale on-->

### Safeguard for user environment and input

- **Isolated environment**: Always run code in an isolated or contained environment, such as a virtual environment, virtual machine or container, to minimize potential harm to the primary system.
Expand Down

0 comments on commit 51fb9b5

Please sign in to comment.