From cd5750e1c75294febce97c9567829abdbc3c7030 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 18 Jun 2018 15:53:30 -0400 Subject: Use setXxx() methods for @Property fields Fortify generates a security exception when PropertyConfiguration attempts to directly update private fields. PropertyConfiguration has been modified to invoke setXxx() methods, instead, to set the values for the fields. Add junit tests for new methods. Change-Id: Ic4420b6348724c5a384d3c2c8bf7b4c0c6350fa9 Issue-ID: POLICY-906 Signed-off-by: Jim Hahn --- utils/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/pom.xml') diff --git a/utils/pom.xml b/utils/pom.xml index cf34bd7c..8375408e 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -37,6 +37,11 @@ + + org.apache.commons + commons-lang3 + 3.4 + junit junit -- cgit 1.2.3-korg