ppkarwasz commented on code in PR #59: URL: https://github.com/apache/commons-xml/pull/59#discussion_r3880698909
########## src/site/markdown/threat_model.md: ########## @@ -219,6 +218,14 @@ enforced by the reserved settings above, which a caller cannot lift. As in the previous case, you need to provide a secure resolver. +- **Parser pinning.** You may set `jdk.xml.overrideDefaultParser` on a TrAX, XPath or schema factory that recognizes it. + The implementation's internal parsers are never used Review Comment: Fixed in https://github.com/apache/commons-xml/pull/59/commits/0395537665438945ffbac20337c0534b458db6a6 -- 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]
