-
-
Notifications
You must be signed in to change notification settings - Fork 82
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 support for XMLConstants.FEATURE_SECURE_PROCESSING
via SAX/Stax factories
#61
Comments
Added skeletal support for both Stax and SAX factories: enabling via Note that I did not add support for either system property or |
XMLConstants.FEATURE_SECURE_PROCESSING
XMLConstants.FEATURE_SECURE_PROCESSING
via SAX/Stax factories
Will be included in |
@cowtowncoder is there a CVE associated with this security vulnerability? |
@deanshapira Not that I know of. Since it simply bundles enabling of existing settings I don't think it would qualify. |
note: behavior clarified in JEP=185). Also related: #51
So: to support more standard JAXP/Staax configuration, let's add support for "secure processing" configurability. This will be in addition to Woodstox-specific (and more convenient, but only if using Woodstox) configuration options... although looks like there was no "configureForSecurity()` yet, so we might as well add that as an alias.
The text was updated successfully, but these errors were encountered: