From 8d260086cac50770670acaa02150912f44fced8d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 19 Apr 2018 14:38:09 +0000 Subject: Updated git submodules 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 --- docs/submodules/policy/engine.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git index b082b9ff2..19f797e3d 160000 --- a/docs/submodules/policy/engine.git +++ b/docs/submodules/policy/engine.git @@ -1 +1 @@ -Subproject commit b082b9ff25a9794664c73c61d6f9e6a28a1b8ee5 +Subproject commit 19f797e3d37c5fde0da8d58208e1256be9376e82 -- cgit 1.2.3-korg