Luca Invernizzi 48dd3fa5bf NextFormMixin security bug fixed: open redirect
NextFormMixin was missing validations check on redirection [1]. Only internal redirections
are now allowed.
Attack Example: http://127.0.0.1:5000/login?next=http://google.com (it should not redirect to google.com)
wq
[1] https://www.owasp.org/index.php/Top_10_2010-A10-Unvalidated_Redirects_and_Forwards
2013-03-05 21:20:45 +00:00
2012-10-10 13:36:59 -04:00
2013-03-04 14:57:29 -05:00
2013-01-12 14:55:30 -08:00
2013-01-25 16:53:01 -08:00
2013-02-01 18:21:43 -05:00
2012-07-19 12:20:04 -04:00
2012-07-13 16:06:02 -04:00
2012-08-20 17:07:51 -04:00
2012-10-11 22:14:32 -04:00
2013-01-25 16:53:01 -08:00

Flask-Security
==============

.. image:: https://secure.travis-ci.org/mattupstate/flask-security.png?branch=develop

Flask-Security quickly adds security features to your Flask application.

Resources
---------

- `Documentation <http://packages.python.org/Flask-Security/>`_
- `Issue Tracker <http://github.com/mattupstate/flask-security/issues>`_
- `Code <http://github.com/mattupstate/flask-security/>`_
- `Development Version
  <http://github.com/mattupstate/flask-security/zipball/develop#egg=Flask-Security-dev>`_
S
Description
Quick and simple security for Flask applications
Readme MIT 1.2 MiB
Languages
Python 95.2%
HTML 4.8%