-
Notifications
You must be signed in to change notification settings - Fork 27
Fix parser and bump version to 0.3.3 #35
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
Conversation
___class___ node should not be removed when class Marshallable is not included in the requested class
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.
Could you add a test for this case?
Hello, Could you please validate this pr, and merge Regards, |
Can you add a test for this case? |
Hi, I added tests for the new code check |
this article has been published https://medium.com/@plenumlab/identifying-and-exploiting-unsafe-deserialization-in-ruby-97c7cbd6c05d |
Sorry. I've merged #35 instead of this but I credited you as one of reporters in our release note: https://github.com/ruby/xmlrpc/releases/tag/v0.3.3 |
fixing a deserialization vulnerability when
ENABLE_MARSHELLING
is set to true