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
This is an abuse based on the ability on some social networks to change the display name at any moment and use < and > in them. Github allows this for instance.
This issue could be used to hide the real email adress or usurpate the identity of another user when editing the wiki, by setting the display name to something like user <[email protected]>. With this example, the name and email that will be used in git commits are user and [email protected] instead of user <[email protected]> and [email protected].
I'm unsure how this should be corrected, as there is a git limitation.
If the name field contains < and > in the .gitconfig file, those are removed in the author's name field when commiting. So a user putting user <[email protected]> in the name field of their .gitconfig will be shown as user [email protected] in commits.
The text was updated successfully, but these errors were encountered:
This is an abuse based on the ability on some social networks to change the display name at any moment and use
<
and>
in them. Github allows this for instance.This issue could be used to hide the real email adress or usurpate the identity of another user when editing the wiki, by setting the display name to something like
user <[email protected]>
. With this example, the name and email that will be used in git commits areuser
and[email protected]
instead ofuser <[email protected]>
and[email protected]
.I'm unsure how this should be corrected, as there is a git limitation.
If the name field contains
<
and>
in the .gitconfig file, those are removed in the author's name field when commiting. So a user puttinguser <[email protected]>
in the name field of their .gitconfig will be shown asuser [email protected]
in commits.The text was updated successfully, but these errors were encountered: