diff options
author | lukegleeson <luke.gleeson@est.tech> | 2022-09-07 14:21:36 +0100 |
---|---|---|
committer | lukegleeson <luke.gleeson@est.tech> | 2022-09-27 10:54:27 +0100 |
commit | c9ec915d7d16b88f53493c85928d463d070df472 (patch) | |
tree | 1c24d4f33f2e329ba1e45aa0a0a84947e289b1c1 /docs | |
parent | a3f43505a0975b19814da8587a6f236193a8874d (diff) |
Fix security bug in logs
When a method with signature containing "AuthPassword" is passed, the value returned is changed to *********** in logs
e.g... Execution time of : DmiProperties.getAuthPassword() with argument[s] = *********** ...
Legacy code cleaning also included
Issue-ID: CPS-1226
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: Ic4914eae7e5ed6d361287413d17abfe50a3788ae
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/release-notes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index aa09eee27f..5d3aa9205e 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -40,6 +40,13 @@ Bug Fixes --------- - None +Security Notes +-------------- + +*Fixed Security Issues* + + - `CPS-1226 <https://jira.onap.org/browse/CPS-1226>`_ Security bug in the logs + Version: 3.1.0 ============== |