File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
39v.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
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ and supported by OneLogin Inc.
1212Warning
1313-------
1414
15+ Version 2.17.0 sets strict mode active by default
16+
1517Update php-saml to 2.15.0, this version includes a security patch related to XEE attacks
1618
1719php-saml is not affected by [ 201803-01] ( https://simplesamlphp.org/security/201803-01 )
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments