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/Component/Security/Csrf
Nicolas Grekas caa10ae038 Merge branch '3.3' into 3.4
* 3.3:
  fixed CS
  fixed CS
  [Security] Namespace generated CSRF tokens depending of the current scheme
  ensure that submitted data are uploaded files
  [Console] remove dead code
  bumped Symfony version to 3.3.13
  updated VERSION for 3.3.12
  updated CHANGELOG for 3.3.12
  bumped Symfony version to 2.8.31
  updated VERSION for 2.8.30
  updated CHANGELOG for 2.8.30
  bumped Symfony version to 2.7.38
  updated VERSION for 2.7.37
  updated CHANGELOG for 2.7.37
  [Security] Validate redirect targets using the session cookie domain
  prevent bundle readers from breaking out of paths
2017-11-16 17:25:26 +02:00
..
Exception [Security\Csrf] Split CsrfTokenGenerator into CsrfTokenManager and TokenGenerator 2013-10-07 14:50:43 +02:00
Tests Merge branch '2.8' into 3.3 2017-11-16 17:24:32 +02:00
TokenGenerator Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
TokenStorage Merge branch '3.3' into 3.4 2017-11-05 17:10:10 +01:00
.gitignore [Security] Added CSRF sub-component 2013-09-27 10:08:54 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
CsrfToken.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
CsrfTokenManager.php Merge branch '2.7' into 2.8 2017-11-16 17:20:19 +02:00
CsrfTokenManagerInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist unify PHPUnit config files 2017-04-12 21:20:43 +02:00
README.md [2.7] update readme files for new components 2016-03-07 12:06:07 +01:00

Security Component - CSRF

The Security CSRF (cross-site request forgery) component provides a class CsrfTokenManager for generating and validating CSRF tokens.

Resources