Sandboxing
Everything on SkillVeris tagged Sandboxing — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 2 libraries
Study Notes(2)
Wasm for Plugins and Sandboxing
Using WebAssembly's memory-isolated, capability-based execution model to run untrusted third-party plugin code safely inside a host application.
Wasm Security Model
How WebAssembly's linear-memory sandboxing, structured control flow, and capability-based WASI design together minimize the attack surface of untrusted code.
Interview Questions(2)
What are OS Sandboxing Techniques and How Do They Work?
OS sandboxing is the practice of running a process inside a restricted execution environment that limits which system calls, files, and resources it can touch,…
How Would You Design an Online Code Editor (like Repl.it)?
Design an online code editor as three layers: a collaborative document layer using operational transformation or CRDTs for real-time multi-cursor editing, a sa…