diff --git a/python-Flask-Paranoid.changes b/python-Flask-Paranoid.changes index 3ca83d8..9241b49 100644 --- a/python-Flask-Paranoid.changes +++ b/python-Flask-Paranoid.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 24 14:05:47 UTC 2018 - Jan Engelhardt + +- Ensure neutrality of description. Add paragraph from + https://flask-paranoid.readthedocs.io/en/latest/ . + ------------------------------------------------------------------- Wed Oct 10 14:58:53 UTC 2018 - Antonio Larrosa - 0.2.0 diff --git a/python-Flask-Paranoid.spec b/python-Flask-Paranoid.spec index 921479d..6ed97c0 100644 --- a/python-Flask-Paranoid.spec +++ b/python-Flask-Paranoid.spec @@ -20,7 +20,7 @@ Name: python-Flask-Paranoid Version: 0.2.0 Release: 0 License: MIT -Summary: Simple user session protection +Summary: Flask user session protection Url: http://github.com/miguelgrinberg/flask-paranoid/ Group: Development/Languages/Python # Pypi sources don't include tests @@ -39,8 +39,12 @@ BuildArch: noarch %python_subpackages %description -Simple user session protection that generates a "paranoid" token according to -the IP address and user agent when a client connects to the flask application. +Flask-Paranoid is an extension for the Flask framework that protects the +application against certain attacks in which the user session cookie is stolen +and then used by the attacker. + +The extension generates a "paranoid" token according to the IP address and user +agent when a client connects to the flask application. %prep %setup -q -n flask-paranoid-0.2