File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ Add SAML support to your Python software using this library.
1010Forget those complicated libraries and use that open source library provided
1111and 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
1421Why add SAML support to my software?
1522------------------------------------
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 99
1010setup (
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' ,
You can’t perform that action at this time.
0 commit comments