From 88f175903e93e138687b5fbfe5140831df5440c2 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Sat, 14 Sep 2019 12:39:25 +0100 Subject: 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 --- plugins/plugins-executor/plugins-executor-jython/pom.xml | 3 ++- plugins/plugins-executor/pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/plugins-executor/plugins-executor-jython/pom.xml b/plugins/plugins-executor/plugins-executor-jython/pom.xml index d97ac4b32..b32ea76da 100644 --- a/plugins/plugins-executor/plugins-executor-jython/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jython/pom.xml @@ -17,7 +17,8 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> - + 4.0.0 org.onap.policy.apex-pdp.plugins.plugins-executor diff --git a/plugins/plugins-executor/pom.xml b/plugins/plugins-executor/pom.xml index 59f1567ad..8961053de 100644 --- a/plugins/plugins-executor/pom.xml +++ b/plugins/plugins-executor/pom.xml @@ -44,7 +44,7 @@ plugins-executor-java plugins-executor-javascript plugins-executor-jruby - plugins-executor-jython + plugins-executor-mvel -- cgit 1.2.3-korg