Skip to content
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

Add Detector for XXE in XML Validator #681

Merged
merged 1 commit into from
May 16, 2022

Conversation

exceptionfactory
Copy link
Contributor

This pull request implements a new Detector for XML External Entity processing with javax.xml.validation.Valdator as described in issue #395. Implementing a Detector for XML External Entity processing with javax.xml.validation.SchemaFactory for the same issue can be handled separately.

The implementation follows the pattern of other XXE Detectors and supports solutions that enable Secure Processing or disable access to both External Document Type Declarations and External Schemas.

The documentation provides examples of both external entity references and external schema locations, as well as examples of vulnerable code and potential solutions.

Copy link
Member

@h3xstream h3xstream left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌 Excellent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants