From edb0bcf593cac170d4b9351cf51195855caa881d Mon Sep 17 00:00:00 2001 From: Csaba Ilonka Date: Mon, 20 Nov 2023 11:09:55 +0100 Subject: [PATCH] Add fields to the scrubber field set. --- Rollbar/RollbarDataScrubbingHelper.cs | 12 +++++++++--- SdkCommon.csproj | 4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Rollbar/RollbarDataScrubbingHelper.cs b/Rollbar/RollbarDataScrubbingHelper.cs index a1882f64..f3c2b88f 100644 --- a/Rollbar/RollbarDataScrubbingHelper.cs +++ b/Rollbar/RollbarDataScrubbingHelper.cs @@ -94,13 +94,19 @@ public virtual ISet GetDefaultFields() return new HashSet( new[] { - "Password", + "Password", + "password", "passwd", "confirm_password", - "password_confirmation", + "password_confirmation", + "AccessToken", "accessToken", "auth_token", - "authentication", + "Authentication", + "authentication", + "Authorization", + "authorization", + "Secret", "secret", } ); diff --git a/SdkCommon.csproj b/SdkCommon.csproj index cba35ac1..f03dd78a 100644 --- a/SdkCommon.csproj +++ b/SdkCommon.csproj @@ -24,12 +24,12 @@ - 5.2.0 + 5.2.1 false - feat: resolve #630 - No option to set code_version at the config level in v5 of the SDK + fix: resolve #644 - Scrub access token in the message payload