Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benpaddlejones authored Oct 25, 2024
1 parent 0e0ebcd commit 46cc6b9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ You are to run a range of security tests and scans along with a white/grey/black

---

## Sandbox Environments

Sandboxing creates a safe place to install or execute a program, particularly a suspicious one, without exposing the rest of your system or network. It keeps the code contained in a test environment, so it can't change the state of the host machine, operating system or networked resources. Simple-to-use sandbox environments for Python Flask include:

- [GitHub Codespaces](https://github.com/features/codespaces)
- [CodeSandbox.io](https://codesandbox.io/)
- [Docker Container](https://code.visualstudio.com/docs/devcontainers/containers)

__The Unsecure PWA includes a devcontainer.json to auto-configure all the above sandboxes.__

---

> [!Tip]
> ## Teaching advice:
>
Expand Down

0 comments on commit 46cc6b9

Please sign in to comment.