Skip to content

Commit 2aaa5aa

Browse files
committed
Release 2.17.0
1 parent d427b07 commit 2aaa5aa

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
CHANGELOG
22
=========
3+
v.2.17.0
4+
* Set true as the default value for strict setting
5+
* Support 'x509cert' and 'privateKey' on signMetadata security settings
6+
* Relax comparision of false on SignMetadata
7+
* Fix CI
8+
39
v.2.16.0
410
* Support SLO ResponseLocation
511
* [#344](https://github.com/onelogin/php-saml/issues/344) Raise errors on IdPMetadataParser::parseRemoteXML and IdPMetadataParser::parseFileXML

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and supported by OneLogin Inc.
1212
Warning
1313
-------
1414

15+
Version 2.17.0 sets strict mode active by default
16+
1517
Update php-saml to 2.15.0, this version includes a security patch related to XEE attacks
1618

1719
php-saml is not affected by [201803-01](https://simplesamlphp.org/security/201803-01)

lib/Saml2/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"php-saml": {
3-
"version": "2.16.0",
4-
"released": "24/06/2019"
3+
"version": "2.17.0",
4+
"released": "11/09/2019"
55
}
66
}

0 commit comments

Comments
 (0)