Skip to content

Commit 2461c36

Browse files
committed
Release 2.1.9
1 parent b65749d commit 2461c36

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@ This version supports Python2, exists an alternative version compatible with Pyt
1414

1515
#### Warning ####
1616

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:
17+
Update python-saml to 2.1.9, this version includes a security patch that contains extra validations that will prevent signature wrapping attacks.
18+
19+
python-saml < v2.1.6 is vulnerable and allows signature wrapping!
20+
21+
22+
#### Security Guidelines ####
23+
24+
If you believe you have discovered a security vulnerability in this toolkit, please report it at https://www.onelogin.com/security with a description. We follow responsible disclosure guidelines, and will work with you to quickly find a resolution.
1925

2026

2127
Why add SAML support to my software?

changelog.md

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

3+
### 2.1.9 (Jun 27, 2016)
4+
* Change the decrypt assertion process.
5+
* Add 2 extra validations to prevent Signature wrapping attacks.
6+
37
### 2.1.8 (Jun 02, 2016)
48
* Fix Metadata XML (RequestedAttribute)
59
* Fix Windows specific Unix date formatting bug.

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.8',
12+
version='2.1.9',
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)