You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure loggableDSN scrubs passwords in different ways
The previous implementation of the function was only scrubbing those passwords
that were part of a basic http authentication method, which means it
expected passwords to be provided as part of the URL.
However, the password
may also be specified as a parameter, or when using key-values, it may be
specified as a password=value string.
This commit ensures those passwords will also not be retained, but
removed.
Signed-off-by: Feike Steenbergen <[email protected]>
0 commit comments