From 04f1975a835ec47486fbe0caac1c71ac0ecdf3f4 Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Tue, 27 Feb 2018 11:51:42 +0100 Subject: [PATCH] Release 0.9.3 --- changelog.md | 4 ++++ lib/onelogin/ruby-saml/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 3e730d67d..6ffb70208 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ # RubySaml Changelog + +### 0.9.3 (Feb 27, 2018) +* Fix vulnerability CVE-2017-11428. Process text of nodes properly, ignoring comments + ### 0.9.2 (Apr 28, 2015) * [#216](https://github.com/onelogin/ruby-saml/pull/216) Add fingerprint algorithm support * [#218](https://github.com/onelogin/ruby-saml/pull/218) Update README.md diff --git a/lib/onelogin/ruby-saml/version.rb b/lib/onelogin/ruby-saml/version.rb index 3be7aaabf..659b6dc58 100644 --- a/lib/onelogin/ruby-saml/version.rb +++ b/lib/onelogin/ruby-saml/version.rb @@ -1,5 +1,5 @@ module OneLogin module RubySaml - VERSION = '0.9.2' + VERSION = '0.9.3' end end