-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-16410. Fixing Insecure Xml parsing in OfflineEditsXmlLoader #3854
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
steveloughran
left a comment
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.
Makes sense. are there other places in the code with the same issue? If so it would probably be best to have something in hadoop-common so it could be done consistently everywhere.
|
💔 -1 overall
This message was automatically generated. |
Thanks for the review @steveloughran. I checked the complete codebase, didn't have this issue anywhere else. I think we can keep the changes in OfflineEditsXmlLoader.java. |
steveloughran
left a comment
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.
+1
|
approved, once yetus is happy I will merge it in |
|
💔 -1 overall
This message was automatically generated. |
|
@sunchao you think this is needed in the 3.3.2 release? |
|
@steveloughran sure, I've cherry-picked it to branch-3.3 and branch-3.3.2 |
Contributed by Ashutosh Gupta (cherry picked from commit 43e5218)
Contributed by Ashutosh Gupta (cherry picked from commit 43e5218)
Contributed by Ashutosh Gupta
Description of PR
Fixing Insecure Xml parsing in OfflineEditsXmlLoader