Skip to content

Commit

Permalink
fixed a vulnerabilities in the login flow
Browse files Browse the repository at this point in the history
  • Loading branch information
fang.li committed Mar 31, 2017
1 parent 7ca98f1 commit afc9584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Django SAML2 Authentication Made Easy
=====================================

:Author: Fang Li
:Version: Use 1.1.4 for Django <=1.9 and 2.x.x for Django >= 1.10
:Version: Use 1.1.4 for Django <=1.9 and 2.x.x for Django >= 1.8

.. image:: https://img.shields.io/pypi/pyversions/django-saml2-auth.svg
:target: https://pypi.python.org/pypi/django-saml2-auth
Expand Down Expand Up @@ -232,6 +232,8 @@ How to Contribute
Release Log
===========

2.0.3: Fixed a vulnerabilities in the login flow, thanks qwrrty.

2.0.1: Add support for Django 1.10

1.1.4: Fixed urllib bug
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
setup(
name='django_saml2_auth',

version='2.0.2',
version='2.0.3',

description='Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta',
long_description=long_description,
Expand Down

0 comments on commit afc9584

Please sign in to comment.