]> git.parisson.com Git - django-social-auth.git/commit
Fixed security hole - redirects via the next param are now properly sanitized to...
authorDarian Moody <mail@djm.org.uk>
Sun, 6 Mar 2011 02:39:37 +0000 (02:39 +0000)
committerDarian Moody <mail@djm.org.uk>
Sun, 6 Mar 2011 02:39:37 +0000 (02:39 +0000)
commit32a67fa2a751b59d6c775f8f201981c4a27b2610
tree727ed83a7cc767c1ee4413f1d341c88fb85ee3ae
parentbdddd2e9131f47c57c9dad7926855a8cc73df44f
Fixed security hole - redirects via the next param are now properly sanitized to disallow redirecting to external hosts; also DRY'd up views file a little.
social_auth/utils.py [new file with mode: 0644]
social_auth/views.py