GitHub user coheigea opened a pull request:
https://github.com/apache/zookeeper/pull/716
Enable secure processing and disallow DTDs in the SAXParserFactory
It's good security practice to set the secure processing feature on
SAXParserFactory and to disallow Doctypes if they aren't needed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/coheigea/zookeeper sax_secureproc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/716.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #716
----
commit c3086a962925dc8c3a6aa85e8a8f58ee5e0c4354
Author: Colm O hEigeartaigh <coheigea@...>
Date: 2018-11-22T15:51:10Z
Enable secure processing and disallow DTDs in the SAXParserFactory
----
---