Skip to content

Commit 3659de8

Browse files
committed
Release 1.1.4
1 parent 7ec8ca0 commit 3659de8

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ In production, the **strict** parameter MUST be set as **"true"**. Otherwise
102102
your environment is not secure and will be exposed to attacks.
103103

104104

105+
Security Guidelines
106+
-------------------
107+
108+
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.
109+
110+
105111
Getting started
106112
---------------
107113

changelog.md

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

3+
### 1.1.4 (Jun 27, 2016)
4+
* Change the decrypt assertion process.
5+
* Add 2 extra validations to prevent Signature wrapping attacks.
6+
37
### 1.1.3 (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='python3-saml',
12-
version='1.1.3',
12+
version='1.1.4',
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)