Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG8 …* Fix a security issue when in a sandbox: the `sort` filter must require a Closure for the `arrow`…
61 * Fix sandbox support when using "include(template_from_string())"
68 * Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag
218 * fixed sandbox security issue (under some circumstances, calling the
227 * improved the performance of the sandbox
288 * fixed .. (range operator) in sandbox policy
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1261 $sandbox = null;
1267 $sandbox = $env->getExtension(SandboxExtension::class);
1268 if (!$alreadySandboxed = $sandbox->isSandboxed()) {
1269 $sandbox->enableSandbox();
1293 $sandbox->disableSandbox();
/template/twigstarter/vendor/twig/twig/src/
H A DTemplate.php42 protected $sandbox; variable in Twig\\Template