Merge changes I81537658,I653a2ed5,I1aa94f93,I500b4755,I0c379ae2
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>
Mon, 11 May 2020 04:46:07 +0000 (04:46 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 11 May 2020 04:46:07 +0000 (04:46 +0000)
commit0fa052c994c900ff809d5ff32d93752190e3ff5a
treeeb78c482d5846bb7a24f4f5ad1257514bb1f32d1
parent7f3a150c231da1dcff306ec1e74517416ff3c972
parent81c3cbfc6ff60fc705d142a88a64654a75c010e0
Merge changes I81537658,I653a2ed5,I1aa94f93,I500b4755,I0c379ae2

* changes:
  sonar security issue fix- Make sure that using a regular expression is safe here
  sonar security issue fix- Make sure that environment variables are used safely here
  sonar vulnerability issue fix- Do something with the "boolean" value returned by "delete"; Enable server certificate validation on this SSL/TLS connection
  sonar bug fix- conditional operation returns the same value whether the condition is "true" or "false"
  sonar bug fix- Use the "equals" method if value comparison was intended