|
21 | 21 | * [#731](https://github.com/SAML-Toolkits/ruby-saml/pull/731) Add CI coverage for Ruby 3.4. Remove CI coverage for Ruby 1.x and 2.x. |
22 | 22 | * [#735](https://github.com/SAML-Toolkits/ruby-saml/pull/735) Add `Settings#sp_uuid_prefix` and deprecate `Utils#set_prefix`. |
23 | 23 |
|
24 | | -### 1.18.0 (???) |
25 | | -* [#718](https://github.com/SAML-Toolkits/ruby-saml/pull/718) Add support to retrieve from SAMLResponse the AuthnInstant and AuthnContextClassRef values |
| 24 | +### 1.18.0 (Mar 12, 2025) |
| 25 | +* [#750](https://github.com/SAML-Toolkits/ruby-saml/pull/750) Fix vulnerabilities: CVE-2025-25291, CVE-2025-25292: SAML authentication bypass via Signature Wrapping attack allowed due parser differential. Fix vulnerability: CVE-2025-25293: Potential DOS abusing of compressed messages. |
| 26 | +* [#718](https://github.com/SAML-Toolkits/ruby-saml/pull/718/) Add support to retrieve from SAMLResponse the AuthnInstant and AuthnContextClassRef values |
26 | 27 | * [#720](https://github.com/SAML-Toolkits/ruby-saml/pull/720) Fix ambiguous regex warnings |
27 | 28 | * [#715](https://github.com/SAML-Toolkits/ruby-saml/pull/715) Fix typo in SPNameQualifier error text |
28 | 29 |
|
|
67 | 68 | * Add warning about the use of IdpMetadataParser class and SSRF |
68 | 69 | * CI: Migrate from Travis to Github Actions |
69 | 70 |
|
| 71 | +### 1.12.4 (Mar 12, 2025) |
| 72 | +* [#750](https://github.com/SAML-Toolkits/ruby-saml/pull/750) Fix vulnerabilities: CVE-2025-25291, CVE-2025-25292: SAML authentication bypass via Signature Wrapping attack allowed due parser differential. Fix vulnerability: CVE-2025-25293: Potential DOS abusing of compressed messages. |
| 73 | + |
70 | 74 | ### 1.12.3 (Sep 10, 2024) |
71 | 75 | * Fix for critical vulnerability CVE-2024-45409: SAML authentication bypass via Incorrect XPath selector |
72 | 76 |
|
|
299 | 303 | * [#138](https://github.com/SAML-Toolkits/ruby-saml/pull/138) Change logoutrequest.rb to UTC time |
300 | 304 | * [#136](https://github.com/SAML-Toolkits/ruby-saml/pull/136) Remote idp metadata |
301 | 305 | * [#135](https://github.com/SAML-Toolkits/ruby-saml/pull/135) Restored support for NIL as well as empty AttributeValues |
302 | | -* [#134](https://github.com/SAML-Toolkits/ruby-saml/pull/134) explicitly require "ruby_saml/logging" |
| 306 | +* [#134](https://github.com/SAML-Toolkits/ruby-saml/pull/134) explicitly require "onelogin/ruby-saml/logging" |
303 | 307 | * [#133](https://github.com/SAML-Toolkits/ruby-saml/pull/133) Added license to gemspec |
304 | 308 | * [#132](https://github.com/SAML-Toolkits/ruby-saml/pull/132) Support AttributeConsumingServiceIndex in AuthnRequest |
305 | 309 | * [#131](https://github.com/SAML-Toolkits/ruby-saml/pull/131) Add ruby 2.1.1 to .travis.yml |
|
0 commit comments