We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35f725 commit 04f1975Copy full SHA for 04f1975
changelog.md
@@ -1,4 +1,8 @@
1
# RubySaml Changelog
2
+
3
+### 0.9.3 (Feb 27, 2018)
4
+* Fix vulnerability CVE-2017-11428. Process text of nodes properly, ignoring comments
5
6
### 0.9.2 (Apr 28, 2015)
7
* [#216](https://github.com/onelogin/ruby-saml/pull/216) Add fingerprint algorithm support
8
* [#218](https://github.com/onelogin/ruby-saml/pull/218) Update README.md
lib/onelogin/ruby-saml/version.rb
@@ -1,5 +1,5 @@
module OneLogin
module RubySaml
- VERSION = '0.9.2'
+ VERSION = '0.9.3'
end
0 commit comments