From: liamfallon Date: Thu, 21 Jun 2018 03:40:18 +0000 (+0800) Subject: Reduce level of vulnerability on JRuby plugin X-Git-Tag: 2.0.0~115^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=29992b16ffdde0bde1f2f315624cb30ce0d0773b;p=policy%2Fapex-pdp.git Reduce level of vulnerability on JRuby plugin The JRuby plugin was using an old version of JRuby. The version of JRuby is updated to the latest version, which reduces the security vulnerability level. Some JRuby libraries that are not used in the APEX PDP and that themselves have security vulnerabilities are excluded. Issue-ID: POLICY-905 Change-Id: I1c9d40c505849d8cab2778a4993dec9148504599 Signed-off-by: liamfallon --- diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml index c9284a20d..c9f72fc07 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml @@ -37,8 +37,22 @@ org.jruby - jruby-complete - 1.7.26 + jruby + 9.2.0.0 + + + org.jruby.extras + bytelist + + + org.jruby + dirgra + + + org.jruby + jruby-stdlib + + - \ No newline at end of file +