From 46cc6b9924057fca9c40d0df9c3d2b94b13f2356 Mon Sep 17 00:00:00 2001 From: Ben Jones Date: Sat, 26 Oct 2024 10:18:56 +1100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 44e394c..f3610a4 100644 --- a/README.md +++ b/README.md @@ -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: >