Code Sandboxing | Google for Developers
Test. 7. Test. Like any other code, your sandbox implementation should have tests. Sandbox tests are not meant to test the program's correctness, but instead to check whether the sandboxed program can run without issues like sandbox violations. This also makes sure that the sandbox policy is correct. A sandboxed program is tested in the …