Home
last modified time | relevance | path

Searched refs:sandbox (Results 26 – 27 of 27) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG23 * fixed sandbox security issue (under some circumstances, calling the
30 * improved the performance of the sandbox
73 * fixed .. (range operator) in sandbox policy
319 * fixed limited RCEs when in sandbox mode
333 * fixed sandbox disabling when using the include function
611 * fixed sandbox mode when used with inheritance
753 * fixed method case-sensitivity when using the sandbox mode
780 * fixed duplicate call of methods when using the sandbox
815 * made macros callable when sandbox mode is enabled
935 * added a sandbox tag in the sandbox extension
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst341 * *Twig_Extension_Sandbox*: Adds a sandbox mode to the default Twig
473 The ``sandbox`` extension can be used to evaluate untrusted code. Access to
474 unsafe attributes and methods is prohibited. The sandbox security is managed
496 The policy object is the first argument of the sandbox constructor::
498 $sandbox = new \Twig\Extension\SandboxExtension($policy);
499 $twig->addExtension($sandbox);
501 By default, the sandbox mode is disabled and should be enabled when including
502 untrusted template code by using the ``sandbox`` tag:
506 {% sandbox %}
510 You can sandbox all templates by passing ``true`` as the second argument of
[all …]

12