GitHub user coheigea opened a pull request:
https://github.com/apache/activemq/pull/325
Set the secure processing feature on the TransformerFactory
It's good security practice to set the secure processing feature on
TransformerFactory instances (as well).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/coheigea/activemq transformerfactory_secproc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/325.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 #325
----
commit a72b59253f8862253a625d809118e77e8fe2bd43
Author: Colm O hEigeartaigh <coheigea@...>
Date: 2018-11-28T18:10:32Z
Set the secure processing feature on the TransformerFactory
----
---