diff options
author | liamfallon <liam.fallon@est.tech> | 2019-09-14 12:39:25 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-09-14 16:00:29 +0100 |
commit | 88f175903e93e138687b5fbfe5140831df5440c2 (patch) | |
tree | 7899ff0333db661f9af364f556ed53a508d2f544 /pom.xml | |
parent | 8379a2cec88ba880e0ee472c32f57217b231d348 (diff) |
Disable Jython Excutor for security
The Jython interpreter pulls in many dependencies that are flagged as
having security problems. We will disable Python support in apex-pdp
until Frankfurt, users can compile from source if they wish to re-enable
python support.
Issue-ID: POLICY-1509
Change-Id: I84215ba8d1009cb7af99cd98ba19008fdff5c378
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -238,7 +238,8 @@ <adsite-plugins-executor-java-dir>${project.basedir}/plugins/plugins-executor/plugins-executor-java/src</adsite-plugins-executor-java-dir> <adsite-plugins-executor-javascript-dir>${project.basedir}/plugins/plugins-executor/plugins-executor-javascript/src</adsite-plugins-executor-javascript-dir> <adsite-plugins-executor-jruby-dir>${project.basedir}/plugins/plugins-executor/plugins-executor-jruby/src</adsite-plugins-executor-jruby-dir> - <adsite-plugins-executor-jython-dir>${project.basedir}/plugins/plugins-executor/plugins-executor-jython/src</adsite-plugins-executor-jython-dir> + <!-- Jython support disabled due to security concerns --> + <!-- adsite-plugins-executor-jython-dir>${project.basedir}/plugins/plugins-executor/plugins-executor-jython/src</adsite-plugins-executor-jython-dir--> <adsite-plugins-executor-mvel-dir>${project.basedir}/plugins/plugins-executor/plugins-executor-mvel/src</adsite-plugins-executor-mvel-dir> <adsite-services-engine-dir>${project.basedir}/services/services-engine/src</adsite-services-engine-dir> |