Fix Fortify Path Manipulation Issue 39/32439/3
authorguangxingwang <gw1218@att.com>
Wed, 21 Feb 2018 20:09:04 +0000 (14:09 -0600)
committerguangxingwang <gw1218@att.com>
Thu, 22 Feb 2018 17:31:56 +0000 (11:31 -0600)
commitbe10935d9bd9f08f17a9d23c46865f54b914cf21
tree46d5306f556002f696747264943342562238221f
parentf037497b757391f4932e2e9495dd5112918ad4cf
Fix Fortify Path Manipulation Issue

Fix Fortify path manipulation issue by adding a validation on dictionary
name.

Issue-ID: POLICY-541
Change-Id: I87492b0d80bf96bebfc029d7d164cdd20ca5ef0f
Signed-off-by: guangxingwang <gw1218@att.com>
ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/DisctionaryNames.java [new file with mode: 0644]
ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/controller/DictionaryImportController.java
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/controller/DictionaryImportControllerTest.java [new file with mode: 0644]
ONAP-XACML/src/main/java/org/onap/policy/xacml/std/pap/StdEngine.java