Searched refs:sandbox (Results 1 – 4 of 4) sorted by relevance
4 * Fix sandbox replacing `IteratorAggregate` arguments (e.g. Symfony's `FormView`) by a plain array8 …e `parent`/`block`/`attribute` functions, which are otherwise still implicitly allowed in a sandbox10 …* Fix sandbox filter/tag/function allow-list bypass when the sandbox state changed between renders…14 …* Fix sandbox bypass in deprecated internal wrappers `twig_array_some()`, `twig_array_every()`, an…16 * Fix sandbox bypass in the "column" filter when sandboxing is enabled via `SourcePolicyInterface`17 …* Fix sandbox `__toString` bypass via `Traversable` arguments to the `join` and `replace` filters …18 * Fix sandbox `__toString` bypass via the `in` and `not in` operators21 * Fix sandbox `__toString` policy bypass via dynamic mapping keys25 * Document that the sandbox doesn't protect against resource exhaustion27 * Add docs on `Markup` about the goal of this class in the context of a sandbox[all …]
1498 $sandbox = null;1504 $sandbox = $env->getExtension(SandboxExtension::class);1505 if (!$alreadySandboxed = $sandbox->isSandboxed()) {1506 $sandbox->enableSandbox();1525 $sandbox->disableSandbox();
41 protected $sandbox; variable in Twig\\Template
5941 var sandbox;5942 if(win.console){if(Env.Options.overrideConsole){sandbox=new win.Function("arguments.callee.install(…5944 }}else{try{sandbox=new win.Function("arguments.callee.install(window.console={})")5945 }catch(E){sandbox=new win.Function("arguments.callee.install(window.firebug={})")5946 }}sandbox.install=installer;5947 sandbox()