diff options
author | Dominik Mizyn <d.mizyn@samsung.com> | 2019-05-30 11:52:03 +0200 |
---|---|---|
committer | Dominik Mizyn <d.mizyn@samsung.com> | 2019-05-30 13:42:05 +0200 |
commit | 46e67f9bd05747acc46525822dca7fe2d6260e31 (patch) | |
tree | 7ea6b3cfb18e9de336186e899fd869fc1f929d30 /docs | |
parent | 1f4d93651fdc71e0b661728a7c7efc9b4f524b5a (diff) |
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 <d.mizyn@samsung.com>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions