This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/SecurityBundle
Christophe Coevoet bc1f084c4b Fix double escaping of the decision attributes in the profiler
A ternary operator is considered safe by the Twig auto-escaping only when
both branches are safe. But this ternary was safe only in the ELSE branch,
causing it to be unsafe. This triggered a double-escaping of the value
(escaping the output of the dump). The fix is to use a {% if %} and 2 separate
output statements, allowing them to be auto-escaped separately.
2017-01-24 10:22:35 +01:00
..
Command Merge branch '2.7' into 2.8 2016-07-30 03:20:35 -04:00
DataCollector [SecurityBundle] Fix case sensitive use 2016-11-03 09:22:19 +01:00
DependencyInjection Merge branch '3.1' into 3.2 2017-01-21 09:06:35 -08:00
EventListener security acl dbal schema: inject the schema instead of the whole container 2013-07-18 14:31:55 +02:00
Resources Fix double escaping of the decision attributes in the profiler 2017-01-24 10:22:35 +01:00
Security [SecurityBundle] Remove FirewallContext mandatory FirewallConfig argument deprecation 2016-11-23 15:35:00 +01:00
Templating/Helper Fix the logout path when not using the router 2015-12-17 13:54:40 +01:00
Tests Minor tweaks 2017-01-10 15:21:25 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Added a SecurityUserValueResolver for controllers 2016-07-01 08:00:40 +02:00
composer.json Merge branch '3.1' 2016-11-16 17:18:16 -05:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00
SecurityBundle.php Implemented LDAP authentication and LDAP user provider 2015-09-28 13:12:05 +02:00
SecurityUserValueResolver.php Added a SecurityUserValueResolver for controllers 2016-07-01 08:00:40 +02:00