Skip to content

Commit c1f3323

Browse files
committed
New version 2.1.6
1 parent 7854c08 commit c1f3323

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Add SAML support to your Python software using this library.
1010
Forget those complicated libraries and use that open source library provided
1111
and supported by OneLogin Inc.
1212

13+
This version supports Python2, exists an alternative version compatible with Python 3: [python3-saml](https://github.com/onelogin/python3-saml)
14+
15+
#### Warning ####
16+
17+
`Please if you are using python-saml < v2.1.6. Update it!
18+
v2.1.6 includes a security patch that will prevent signature wrapping attacks, older versions are vulnerable.` :exclamation:
19+
1320

1421
Why add SAML support to my software?
1522
------------------------------------

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# python-saml changelog
22

3+
### 2.1.6 (Feb 15, 2016)
4+
* Prevent signature wrapping attack!!
5+
* [#111](https://github.com/onelogin/python-saml/pull/111 Add support for nested `NameID` children inside `AttributeValue`s
6+
* ALOWED Misspell
7+
* Improve how we obtain the settings path.
8+
* Update docs adding reference to test depencence installation
9+
* Fix Organization element on SP metadata.
10+
* [#100](https://github.com/onelogin/python-saml/pull/100) Support Responses that don't have AttributeStatements.
11+
312
### 2.1.5 (Nov 3, 2015)
413
* [#86](https://github.com/onelogin/python-saml/pull/86) Make idp settings optional (Usefull when validating SP metadata)
514
* [#79](https://github.com/onelogin/python-saml/pull/79) Remove unnecesary dependence. M2crypto is not used.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='python-saml',
12-
version='2.1.5',
12+
version='2.1.6',
1313
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
1414
classifiers=[
1515
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)