-
-
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
Sanitize credentials in mirror form #9975
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9975 +/- ##
==========================================
- Coverage 42.28% 42.27% -0.01%
==========================================
Files 610 610
Lines 80370 80370
==========================================
- Hits 33981 33976 -5
- Misses 42206 42212 +6
+ Partials 4183 4182 -1
Continue to review full report at Codecov.
|
"https://mytoken@github.com/go-gitea/test_repo.git": "https://github.com/go-gitea/test_repo.git", | ||
"http://github.com/go-gitea/test_repo.git": "http://github.com/go-gitea/test_repo.git", | ||
"/test/repos/repo1": "/test/repos/repo1", | ||
"git@github.com:go-gitea/test_repo.git": "(unparsable url)", |
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.
add test for ""
?
Fix #7431