Skip to content

Commit 29e1b51

Browse files
committed
Release 1.5.0
1 parent 61eacb4 commit 29e1b51

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This version supports Python3, There is a separate version that only support Pyt
1414

1515
#### Warning ####
1616

17+
Update python3-saml to 1.5.0, this version includes security improvements for preventing XEE and Xpath Injections.
18+
1719
Update python3-saml to 1.4.0, this version includes a fix for the [CVE-2017-11427](https://www.cvedetails.com/cve/CVE-2017-11427/) vulnerability.
1820

1921
This version also changes how the calculate fingerprint method works, and will expect as input a formatted x509 certificate

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# python3-saml changelog
2+
### 1.5.0 (Jan 29, 2019)
3+
* Security improvements. Use of tagid to prevent XPath injection. Disable DTD on fromstring defusedxml method
4+
* [#97](https://github.com/onelogin/python3-saml/pull/97) Check that the response has all of the AuthnContexts that we provided
5+
* Adapt renders from Django demo for Django 1.11 version
6+
* Update pylint dependency to 1.9.1
7+
* If debug enable, print reason for the SAMLResponse invalidation
8+
* Fix DSA constant
9+
* [#106](https://github.com/onelogin/python3-saml/pull/106) Support NameID children inside of AttributeValue elements
10+
* Start using flake8 for code quality
11+
212
### 1.4.1 (Apr 25, 2018)
313
* Add ID to EntityDescriptor before sign it on add_sign method.
414
* Update defusedxml, coveralls and coverage dependencies

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='python3-saml',
12-
version='1.4.1',
12+
version='1.5.0',
1313
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
1414
classifiers=[
1515
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)