diff --git a/Rollbar/RollbarDataScrubbingHelper.cs b/Rollbar/RollbarDataScrubbingHelper.cs index a1882f6..774d4c9 100644 --- a/Rollbar/RollbarDataScrubbingHelper.cs +++ b/Rollbar/RollbarDataScrubbingHelper.cs @@ -94,13 +94,17 @@ 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", + "Secret", "secret", } ); diff --git a/SdkCommon.csproj b/SdkCommon.csproj index cba35ac..f03dd78 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