Home
last modified time | relevance | path

Searched refs:sandbox (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/twig/twig/
DCHANGELOG4 * Fix sandbox replacing `IteratorAggregate` arguments (e.g. Symfony's `FormView`) by a plain array
8 …e `parent`/`block`/`attribute` functions, which are otherwise still implicitly allowed in a sandbox
10 …* 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` operators
21 * Fix sandbox `__toString` policy bypass via dynamic mapping keys
25 * Document that the sandbox doesn't protect against resource exhaustion
27 * Add docs on `Markup` about the goal of this class in the context of a sandbox
[all …]
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php1498 $sandbox = null;
1504 $sandbox = $env->getExtension(SandboxExtension::class);
1505 if (!$alreadySandboxed = $sandbox->isSandboxed()) {
1506 $sandbox->enableSandbox();
1525 $sandbox->disableSandbox();
/template/twigstarter/vendor/twig/twig/src/
DTemplate.php41 protected $sandbox; variable in Twig\\Template
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js5941 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()