]> granicus.if.org Git - git/commitdiff
documentation: add git:// transport security notice
authorFraser Tweedale <frase@frase.id.au>
Wed, 26 Jun 2013 05:53:59 +0000 (15:53 +1000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Jun 2013 20:55:37 +0000 (13:55 -0700)
The fact that the git:// transport does no authentication is easily
overlooked.  For example, DNS poisoning may result in fetching from
somewhere that was not intended.

Add a brief security notice to the "GIT URLS" section
of the documentation stating that the git transport should be used
with caution on unsecured networks.

Signed-off-by: Fraser Tweedale <frase@frase.id.au>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/urls.txt

index 3ca122faedd01cfbd61bf07dbc245b04f40f2b23..5992ede1d8838cc30f26855702925df32004ffc6 100644 (file)
@@ -11,6 +11,9 @@ and ftps can be used for fetching and rsync can be used for fetching
 and pushing, but these are inefficient and deprecated; do not use
 them).
 
+The native transport (i.e. git:// URL) does no authentication and
+should be used with caution on unsecured networks.
+
 The following syntaxes may be used with them:
 
 - ssh://{startsb}user@{endsb}host.xz{startsb}:port{endsb}/path/to/repo.git/