From a2de8c13de8c08e0a15ba02f565099fbbee19813 Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Tue, 27 Feb 2018 11:29:08 +0100 Subject: [PATCH] Release 0.8.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 4b55c942e..8603043dd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # RubySaml Changelog +### 0.8.3 (Feb 27, 2018) +* Fix vulnerability CVE-2017-11428. Process text of nodes properly, ignoring comments +* Fix DigestMethod lookup bug #144 + ### 0.8.2 (Jan 26, 2014) * [#183](https://github.com/onelogin/ruby-saml/pull/183) Resolved a security vulnerability where string interpolation in a `REXML::XPath.first()` method call allowed for arbitrary code execution. diff --git a/lib/onelogin/ruby-saml/version.rb b/lib/onelogin/ruby-saml/version.rb index f49e800c5..9145d42cf 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.8.2' + VERSION = '0.8.3' end end