Updated git submodules
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 19 Apr 2018 14:38:09 +0000 (14:38 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 19 Apr 2018 14:38:09 +0000 (14:38 +0000)
Project: policy/engine master 19f797e3d37c5fde0da8d58208e1256be9376e82

Merge "Remove insecure dependency on PolicyEngineAPI"

Remove insecure dependency on PolicyEngineAPI

The insecure dependency tyrus-container-grizzly-client is
part of Tyrus, a Java web socket implementation library.

A direct substitution of this library is not available so
the code in AutoClientEnd.java and ManualClientEnd.java
was adapted to work with the library
org.java-websocket.Java-WebSocket
that does not seem to have any vulnerabilities when tested
with the org.owasp.dependency-check-maven plugin.

The purpose of this submission is to see if the new library
does indeed remove the vulnerability. If so, the implementation
in AutoClientEnd and ManualClientEnd must be cleaned up.

Change-Id: I961635aaea42c2f847edf11ee77e2961cdfb097b
Issue-ID: POLICY-744
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
docs/submodules/policy/engine.git

index b082b9f..19f797e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b082b9ff25a9794664c73c61d6f9e6a28a1b8ee5
+Subproject commit 19f797e3d37c5fde0da8d58208e1256be9376e82