Skip to content

Commit a2de8c1

Browse files
committed
Release 0.8.3
1 parent d7ce607 commit a2de8c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

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

3+
### 0.8.3 (Feb 27, 2018)
4+
* Fix vulnerability CVE-2017-11428. Process text of nodes properly, ignoring comments
5+
* Fix DigestMethod lookup bug #144
6+
37
### 0.8.2 (Jan 26, 2014)
48
* [#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.
59

lib/onelogin/ruby-saml/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OneLogin
22
module RubySaml
3-
VERSION = '0.8.2'
3+
VERSION = '0.8.3'
44
end
55
end

0 commit comments

Comments
 (0)