You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ``python-saml`` to ``2.5.0``, this version includes security improvements for preventing XEE and Xpath Injections.
18
20
19
21
Update ``python-saml`` to ``2.4.0``, this version includes a fix for the [CVE-2017-11427](https://www.cvedetails.com/cve/CVE-2017-11427/) vulnerability.
Copy file name to clipboardExpand all lines: changelog.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
# python-saml changelog
2
+
### 2.7.0 (Sep 11, 2019)
3
+
* Set true as the default value for strict setting
4
+
2
5
### 2.6.0 (Jul 02, 2019)
3
6
* Adjusted acs endpoint to extract NameQualifier and SPNameQualifier from SAMLResponse. Adjusted single logout service to provide NameQualifier and SPNameQualifier to logout method. Add getNameIdNameQualifier to Auth and SamlResponse. Extend logout method from Auth and LogoutRequest constructor to support SPNameQualifier parameter. Align LogoutRequest constructor with SAML specs
4
7
* Added get_in_response_to method to Response and LogoutResponse classes
0 commit comments