-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Send/Receive credentials logged in clear text #337
Labels
Comments
A related question I had (based on some recent user errors), if the user’s username (e.g. ‘admin’ here) is an email address (e.g. ***@***.***), is mercurial/Chorus able to have a repository URI w/ two different @s in it?
It seems to be causing a problem, though that may be due to us using a someone ancient version of Chorus… (LibChorus 5.0.0 and Mercurial 3.0.1)
If that isn’t functional, then we might want to restrict ‘signup’ on the website/portal to only first_last type logins… (rather than email addrs), lest the user think that they can use that in the Chorus dialog. It appears to me that if you signup/register on the website with an email address, you don’t get a first_last kind of ‘login’ to use in the Chorus dialog settings.
Bob
From: Tim Haasdyk ***@***.***>
Sent: Monday, April 15, 2024 3:11 AM
To: sillsdev/chorus ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [sillsdev/chorus] Send/Receive credentials logged in clear text (Issue #337)
CAUTION: This email originated from outside your organization. Exercise caution when opening attachments or clicking links, especially from unknown senders.
The Send/Receive URL(s) logged here log the entire (encoded) URL in cleartext including the <username>:<password>:
https://github.com/sillsdev/chorus/blob/04e1e281629260cdc89e718f418d9c0491859a44/src/LibChorus/VcsDrivers/Mercurial/HgRepository.cs#L1061
e.g.:
Getting project...
Started at 2024-04-12 11:59:27Z
Local User: tim
LanguageForge User: admin
Repository URI: ***@***.***:443/elawa-dev-flex
Local Directory: C:\Users\tim\AppData\Local\Temp\SR_Tests\CloneBigProject\1-9eff4b07\elawa-dev-flex

—
Reply to this email directly, view it on GitHub<#337>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABDUY5O4JJ5VSUHLLJNTLJDY5ODSHAVCNFSM6AAAAABGG25JMGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2DGMBQGI4TEMY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.******@***.***>>
This message and its contents are intended only for the person or entity to which it is addressed. It may contain confidential and/or protected material. Any review, transmission, dissemination or other use of this information by anyone other than the intended recipient is strictly prohibited. If you are not the intended recipient, please notify the sender by replying to this message and then delete it from your system. Thank you.
|
There's a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Send/Receive URL(s) logged here log the entire (encoded) URL in cleartext including the
<username>:<password>
:chorus/src/LibChorus/VcsDrivers/Mercurial/HgRepository.cs
Line 1061 in 04e1e28
e.g.:
The text was updated successfully, but these errors were encountered: