commit | ec2cdff3f96e7587c97b6fc9961fb108cf9c7e29 | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Fri Oct 16 11:22:11 2020 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Fri Oct 16 15:17:17 2020 -0400 |
tree | 49bcb281a63e499347c70a2fbe1b7a3feab408b2 | |
parent | 368939e5f285dafeec594d58ba74c5bba0cc20d1 [diff] |
Add code to validate path names. Added code to validate path names to avoid possible attacks due to hidden/special characters and/or embedded new lines. Change-Id: I53d7266e44fbada1d9d5f458dfcdbc452801672c Issue-ID: CCSDK-2918 Signed-off-by: Dan Timoney <dtimoney@att.com>
This source repository contains the code for the core SDN Controller components. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".