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
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
As there's no way I can tell whether a data is sensible or not, I went and wrote a small function to normalize the exception almost identical as the Exception::getTraceAsString() based on Exception::getTrace().
What this basically does it tries to replicate the getTraceAsString method, but removing all the arguments, which removes all the arguments passed to any function preventing from reveal any data including sensitive data.
No sensitive information should be in the logs, we can keep the output but passwords should be masked.
The text was updated successfully, but these errors were encountered: