Skip to content

Commit 55fd625

Browse files
committed
Update Readme and changelog
1 parent af330c2 commit 55fd625

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Ruby SAML [![Build Status](https://secure.travis-ci.org/onelogin/ruby-saml.png)](http://travis-ci.org/onelogin/ruby-saml)
22

3+
34
## Updating from 0.9.x to 1.0.X
45

5-
Version `1.0` adds adds many security features like saml message validations, decrypt support and other improvements. It is a recommended update for all Ruby SAML users. For more details, please review [the changelog](changelog.md)
6+
Version `1.0` is a recommended update for all Ruby SAML users since include security fixes.
7+
Adds security improvements like entity expansion limitation, more saml message validations and other important improvements like decrypt support. For more details, please review [the changelog](changelog.md). Also notice that in this version the get_idp_metadata method raise an exception when not able to fetch the idp metadata, so review your integration if you are using this functionality.
68

79
## Updating from 0.8.x to 0.9.x
810
Version `0.9` adds many new features and improvements.

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# RubySaml Changelog
22

33
### 1.0.0 (June 29, 2015)
4+
* [#247](https://github.com/onelogin/ruby-saml/pull/247) Avoid entity expansion (XEE attacks)
5+
* [#246](https://github.com/onelogin/ruby-saml/pull/246) Fix bug generating Logout Response (issuer was at wrong order)
46
* [#243](https://github.com/onelogin/ruby-saml/issues/243) and [#244](https://github.com/onelogin/ruby-saml/issues/244) Fix metadata builder errors. Fix metadata xsd.
57
* [#241](https://github.com/onelogin/ruby-saml/pull/241) Add decrypt support (EncryptID and EncryptedAssertion). Improve compatibility with namespaces.
6-
* [#240](https://github.com/onelogin/ruby-saml/pull/240) [#238](https://github.com/onelogin/ruby-saml/pull/238) Improve test coverage and refactor.
8+
* [#240](https://github.com/onelogin/ruby-saml/pull/240) and [#238](https://github.com/onelogin/ruby-saml/pull/238) Improve test coverage and refactor.
79
* [#239](https://github.com/onelogin/ruby-saml/pull/239) Improve security: Add more validations to SAMLResponse, LogoutRequest and LogoutResponse. Refactor code and improve tests coverage.
810
* [#237](https://github.com/onelogin/ruby-saml/pull/237) Don't pretty print metadata by default.
911
* [#235](https://github.com/onelogin/ruby-saml/pull/235) Remove the soft parameter from validation methods. Now can be configured on the settings and each class read it and store as an attribute of the class. Adding some validations and refactor old ones.
@@ -12,6 +14,7 @@
1214
* [#226](https://github.com/onelogin/ruby-saml/pull/226) Ensure IdP certificate is formatted properly
1315
* [#225](https://github.com/onelogin/ruby-saml/pull/225) Add documentation to several methods. Fix xpath injection on xml_security.rb
1416
* [#223](https://github.com/onelogin/ruby-saml/pull/223) Allow logging to be delegated to an arbitrary Logger
17+
* [#222](https://github.com/onelogin/ruby-saml/pull/222) No more silent failure fetching idp metadata (OneLogin::RubySaml::HttpError raised).
1518

1619
### 0.9.2 (Apr 28, 2015)
1720
* [#216](https://github.com/onelogin/ruby-saml/pull/216) Add fingerprint algorithm support

0 commit comments

Comments
 (0)