-
-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[READY] Merge master into v2.x (please don't squash commits!) #710
[READY] Merge master into v2.x (please don't squash commits!) #710
Commits on Jul 8, 2024
-
Make IdpMetadataParser#get_idp_metadata public
I have a use-case for being able to cache the intermediate fetch of metadata in case of temporary failures, so rather than: parser.parse_remote(url) I'd like to begin metadata = parser.get_idp_metadata(url, true) do_my_caching(metadata) parser.parse(metadata) rescue HttpError load_cache end There's a fair amount of logic in the get_idp_metadata method that I'd rather not need to re-implement. Right now I have this implemented with `parser.send(:get_idp_metadata, url, true)` which is obviously not great if the internals of this class change in the future. Can we move this method to the public API?
Configuration menu - View commit details
-
Copy full SHA for 43b0bb6 - Browse repository at this point
Copy the full SHA 43b0bb6View commit details -
Merge pull request SAML-Toolkits#691 from calebhearth/make-get_idp_me…
…tadata-public Make IdpMetadataParser#get_idp_metadata public
Configuration menu - View commit details
-
Copy full SHA for e827926 - Browse repository at this point
Copy the full SHA e827926View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f8da70 - Browse repository at this point
Copy the full SHA 0f8da70View commit details -
Merge pull request SAML-Toolkits#687 from johnnyshields/master-fix-te…
…sts-windows Master: Fix tests on Windows, add Ruby 3.3, and cleanup CI
Configuration menu - View commit details
-
Copy full SHA for 6e33ed3 - Browse repository at this point
Copy the full SHA 6e33ed3View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c0a790 - Browse repository at this point
Copy the full SHA 4c0a790View commit details
Commits on Sep 10, 2024
-
* Use correct XPaths and resolve to correct elements * Update xml_security.rb * Block references that resolve to multiple nodes to prevent signature wrapping attacks
Configuration menu - View commit details
-
Copy full SHA for 4865d03 - Browse repository at this point
Copy the full SHA 4865d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc447f - Browse repository at this point
Copy the full SHA 1bc447fView commit details
Commits on Sep 30, 2024
-
fix ambiguous regex warnings (SAML-Toolkits#720)
This test warns warning: ambiguity between regexp and two divisions: wrap regexp in parentheses or add a space after `/' operator We can fix this warning by using the %r regex syntax instead
Configuration menu - View commit details
-
Copy full SHA for ef997f0 - Browse repository at this point
Copy the full SHA ef997f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4cd947 - Browse repository at this point
Copy the full SHA f4cd947View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f887b4 - Browse repository at this point
Copy the full SHA 7f887b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 791fc2c - Browse repository at this point
Copy the full SHA 791fc2cView commit details -
Merge remote-tracking branch 'remotes/SAML-Toolkits/master' into merg…
…e-master-20240711
Configuration menu - View commit details
-
Copy full SHA for 9ee5238 - Browse repository at this point
Copy the full SHA 9ee5238View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc4c8d5 - Browse repository at this point
Copy the full SHA dc4c8d5View commit details