-
-
Notifications
You must be signed in to change notification settings - Fork 902
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
Fix XML::Builder not handling exceptions safely - 2372 #2373
Fix XML::Builder not handling exceptions safely - 2372 #2373
Conversation
Co-authored-by: Joana Tavares <jtavares@salsify.com>
Co-authored-by: Joana Tavares <jtavares@salsify.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks so much for taking the time to do this.
I'll wait for CI to go green before merging. |
Please ignore the Windows Ruby 2.5 failures - they're unrelated and I'm investigating at #2354 |
I've added a commit to this PR that updates the CHANGELOG with a thank-you to both @ric2b and @rinthedev |
And thanks for looking at it so quickly! :) |
Merged! Will ship in the next release (not sure yet whether that will be 1.12.6 or 1.13.0) |
What problem is this PR intended to solve?
#2372
Have you included adequate test coverage?
I think so.
Does this change affect the behavior of either the C or the Java implementations?
Yes, since this changes non-platform specific code.
Co-authored-by: Joana Tavares jtavares@salsify.com