Skip to content

Commit 04f1975

Browse files
committed
Release 0.9.3
1 parent a35f725 commit 04f1975

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,4 +1,8 @@
11
# RubySaml Changelog
2+
3+
### 0.9.3 (Feb 27, 2018)
4+
* Fix vulnerability CVE-2017-11428. Process text of nodes properly, ignoring comments
5+
26
### 0.9.2 (Apr 28, 2015)
37
* [#216](https://github.com/onelogin/ruby-saml/pull/216) Add fingerprint algorithm support
48
* [#218](https://github.com/onelogin/ruby-saml/pull/218) Update README.md

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.9.2'
3+
VERSION = '0.9.3'
44
end
55
end

0 commit comments

Comments
 (0)