From c9ec915d7d16b88f53493c85928d463d070df472 Mon Sep 17 00:00:00 2001 From: lukegleeson Date: Wed, 7 Sep 2022 14:21:36 +0100 Subject: 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 Change-Id: Ic4914eae7e5ed6d361287413d17abfe50a3788ae --- docs/release-notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index aa09eee27..5d3aa9205 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 `_ Security bug in the logs + Version: 3.1.0 ============== -- cgit 1.2.3-korg