From b5ca318470423e732c291cd6d9dc7afe9fb95655 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Date: Tue, 12 Nov 2024 18:22:48 +0530 Subject: [PATCH] whitelist attendees for logs --- libstuff/SLog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libstuff/SLog.cpp b/libstuff/SLog.cpp index 4e0fde495..4e34fd95a 100644 --- a/libstuff/SLog.cpp +++ b/libstuff/SLog.cpp @@ -43,6 +43,7 @@ void SLogStackTrace(int level) { // If the param name is not in this whitelist, we will log in addLogParams. static const set PARAMS_WHITELIST = { "accountID", + "attendees" "cardID", "command", "companyName",