diff options
author | Matt McCutchen <matt@mattmccutchen.net> | 2016-11-14 13:20:24 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-11-14 11:23:07 -0800 |
commit | 235ec24352e151bed37063a004b9800ee0debd74 (patch) | |
tree | 6646f0e70a1cd42276ae6e3e4f863b2097146b69 /Documentation/git-fetch.txt | |
parent | 0b65a8dbdb38962e700ee16776a3042beb489060 (diff) | |
download | git-235ec24352e151bed37063a004b9800ee0debd74.tar.gz |
doc: mention transfer data leaks in more placesmm/push-social-engineering-attack-doc
The "SECURITY" section of the gitnamespaces(7) man page described two
ways for a client to steal data from a server that wasn't intended to be
shared. Similar attacks can be performed by a server on a client, so
adapt the section to cover both directions and add it to the
git-fetch(1), git-pull(1), and git-push(1) man pages. Also add
references to this section from the documentation of server
configuration options that attempt to control data leakage but may not
be fully effective.
Signed-off-by: Matt McCutchen <matt@mattmccutchen.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-fetch.txt')
-rw-r--r-- | Documentation/git-fetch.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt index efe56e0808..9176799aa8 100644 --- a/Documentation/git-fetch.txt +++ b/Documentation/git-fetch.txt @@ -141,6 +141,8 @@ The first command fetches the `maint` branch from the repository at objects will eventually be removed by git's built-in housekeeping (see linkgit:git-gc[1]). +include::transfer-data-leaks.txt[] + BUGS ---- Using --recurse-submodules can only fetch new commits in already checked |