From b4526d99155e026e8f4becff3f8894d5aa2804f0 Mon Sep 17 00:00:00 2001 From: Sunder Tattavarada Date: Fri, 14 Jun 2019 15:58:40 +0000 Subject: Update git submodules * Update docs/submodules/portal.git from branch 'master' to d86f64c663b7b82f529617b6c8c0ea69a926f950 - Merge "XSS Vulnerability fix in MicroserviceController" - XSS Vulnerability fix in MicroserviceController @SafeHtml annotation is used to fix this problem. This commit also fix: * redundant local variable issue * sonar issue: Replace the type specification in this constructor call with the diamond operator ("<>"). * performance issue - String concatenation argument as argument to 'StringBuilder.append()' call * redundant cast * redundant 'throws Exception'. 'Exception' is never thrown * access static member via instance reference * unused declarations Issue-ID: PORTAL-602 Change-Id: Id92fe2d9cfe239474403f611f3d5d0170acf63cc Signed-off-by: Dominik Mizyn --- docs/submodules/portal.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/portal.git') diff --git a/docs/submodules/portal.git b/docs/submodules/portal.git index 234131331..d86f64c66 160000 --- a/docs/submodules/portal.git +++ b/docs/submodules/portal.git @@ -1 +1 @@ -Subproject commit 2341313316b631be275294622ca9d4281e1f20bc +Subproject commit d86f64c663b7b82f529617b6c8c0ea69a926f950 -- cgit 1.2.3-korg