Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Extension/
DSandboxExtension.php18 use Twig\Sandbox\SourcePolicyInterface; alias
29 …__construct(SecurityPolicyInterface $policy, $sandboxed = false, ?SourcePolicyInterface $sourcePol…
32 …eprecated with no replacement, do not pass an instance to "%s".', SourcePolicyInterface::class, se…
/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSourcePolicyInterface.php23 interface SourcePolicyInterface interface
/template/twigstarter/vendor/twig/twig/
DCHANGELOG15 * Deprecate the `Twig\Sandbox\SourcePolicyInterface` interface with no replacement
16 * Fix sandbox bypass in the "column" filter when sandboxing is enabled via `SourcePolicyInterface`
348 * Add SourcePolicyInterface to selectively enable the Sandbox based on a template's Source