index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
middleware
/
csrf.py
Age
Commit message (
Expand
)
Author
2011-03-15
Fixed #15617 - CSRF referer checking too strict
Luke Plant
2011-02-21
Corrected logging call in CSRF middleware
Luke Plant
2011-02-09
Fixed a security issue in the CSRF component. Disclosure and new release for...
Alex Gaynor
2010-10-28
Fixed #14565 - No csrf_token on 404 page.
Luke Plant
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-06
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-09-10
Fixed #14235 - UnicodeDecodeError in CSRF middleware
Luke Plant
2010-09-09
Patch CSRF-protection system to deal with reported security issue. Announceme...
James Bennett
2010-09-03
Added explanatory note on CSRF failure page for the case of a missing Referer...
Luke Plant
2010-06-30
Added proper code comments for the HTTPS CSRF protection.
Luke Plant
2010-06-08
Fixed #13716 - the CSRF get_token function stopped working for views with csr...
Luke Plant
2009-10-27
Misc clarifications in csrf middleware comments
Luke Plant
2009-10-27
Slight change to CSRF error messages to make debugging easier.
Luke Plant
2009-10-27
Removed unused import.
Luke Plant
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant