-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: sanitize repo creds in error messages (#12309) #12320
fix: sanitize repo creds in error messages (#12309) #12320
Conversation
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportBase: 47.62% // Head: 47.62% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #12320 +/- ##
==========================================
- Coverage 47.62% 47.62% -0.01%
==========================================
Files 246 246
Lines 41797 41802 +5
==========================================
Hits 19907 19907
- Misses 19897 19902 +5
Partials 1993 1993
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* fix: sanitize repo creds in error messages (#12309) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * simplify Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * comment Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * include error message Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Cherry-picked onto release-2.6 for 2.6.1. |
Fixes #12309