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
The error messages for unauthorized users make it possible to enumerate private repositories. The response to an unauthorized user should always be "repository not found".
ssh <server> repo info <existing repo>
Error: unauthorized
ssh <server> repo info <non existing repo>
Error: repository not found
This also works with repo private and other commands. In addition, the help for non-registered users should also contain only possible commands.
The text was updated successfully, but these errors were encountered:
The error messages for unauthorized users make it possible to enumerate private repositories. The response to an unauthorized user should always be "repository not found".
This also works with
repo private
and other commands. In addition, the help for non-registered users should also contain only possible commands.The text was updated successfully, but these errors were encountered: