diff options
author | guangxingwang <gw1218@att.com> | 2018-02-06 09:36:25 -0600 |
---|---|---|
committer | guangxingwang <gw1218@att.com> | 2018-02-06 09:36:46 -0600 |
commit | d91a7af53e6193c1b7406ac106c7d507e17af078 (patch) | |
tree | e50ef74466123c58fdb60a744fed91c4c26f0d15 /LogParser/parserlog.properties | |
parent | 9b323f102056c57c5dbc10917c9c72ddb929c418 (diff) |
Implement Encryption on Passwords
Fix Fortify scan issue - hardcoded password in properties file
Issue-ID: POLICY-542
Change-Id: Iea7b292c4dccf5f400320cd3f63309e955953f2d
Signed-off-by: guangxingwang <gw1218@att.com>
Diffstat (limited to 'LogParser/parserlog.properties')
-rw-r--r-- | LogParser/parserlog.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LogParser/parserlog.properties b/LogParser/parserlog.properties index 76716d589..accf33866 100644 --- a/LogParser/parserlog.properties +++ b/LogParser/parserlog.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # LogParser # ================================================================================ -# Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |