You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by coheigea <gi...@git.apache.org> on 2018/11/22 10:26:00 UTC

[GitHub] activemq pull request #321: Enable secure processing on all DocumentBuilderF...

GitHub user coheigea opened a pull request:

    https://github.com/apache/activemq/pull/321

    Enable secure processing on all DocumentBuilderFactory.newInstance()

    Good security practices say that all DocumentBuilderFactory instances should enable the secure processing feature and disable doctypes to avoid XXE attacks.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/coheigea/activemq dbf_secureproc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq/pull/321.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 #321
    
----
commit a87b61e8be13f190c0f5db422e75a08f347c4052
Author: Colm O hEigeartaigh <co...@...>
Date:   2018-11-22T10:24:43Z

    Enable secure processing on all DocumentBuilderFactory.newInstance()

----


---

[GitHub] activemq pull request #321: Enable secure processing on all DocumentBuilderF...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq/pull/321


---