Glossary
Sandboxing
An isolation technique that executes a program or process in a restricted environment to limit damage in case of compromise. Sandboxing is used in browsers, Docker containers, and serverless functions to confine potentially dangerous code. It is an essential layer of defense in depth.