bhaveshamre opened a new pull request, #834: URL: https://github.com/apache/ranger/pull/834
## What changes were proposed in this pull request? This pull request fixes a critical XML External Entity (XXE) injection vulnerability reported by Fortify. The XML parsing and transformation logic in XmlConfigChanger.java was secured by disabling external entity processing, disallowing DOCTYPE declarations, and enabling secure processing on the TransformerFactory. ## How was this patch tested? Verified successful using: mvn clean compile package install -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
