sapling/hgext/convert
Blake Burkhart a5bebc504a convert: pass absolute paths to git (SEC)
Fixes CVE-2016-3105 (1/1).

Previously, it was possible for the repository path passed to git-ls-remote
to be misinterpreted as a URL.

Always passing an absolute path to git is a simple way to avoid this.
2016-04-06 22:57:46 -05:00
..
__init__.py hgext: use templatekeyword to mark a function as template keyword 2016-03-13 05:17:06 +09:00
bzr.py convert: bzr use absolute_import 2016-03-02 16:32:52 +00:00
common.py convert: keep converted hg parents that are outside convert.hg.revs (BC) 2016-04-13 00:16:21 +02:00
convcmd.py convert: keep converted hg parents that are outside convert.hg.revs (BC) 2016-04-13 00:16:21 +02:00
cvs.py pycompat: switch to util.stringio for py3 compat 2016-04-10 20:55:37 +00:00
cvsps.py convert: cvsps use absolute_import 2016-03-02 14:56:29 +00:00
darcs.py convert: darcs use absolute_import 2016-03-02 14:23:23 +00:00
filemap.py convert: filemap use absolute_import 2016-03-02 09:00:58 +00:00
git.py convert: pass absolute paths to git (SEC) 2016-04-06 22:57:46 -05:00
gnuarch.py convert: gnuarch use absolute_import 2016-03-02 08:58:01 +00:00
hg.py convert: keep converted hg parents that are outside convert.hg.revs (BC) 2016-04-13 00:16:21 +02:00
monotone.py convert: monotone use absolute_import 2016-03-02 15:50:34 +00:00
p4.py convert: p4 use absolute_import 2016-03-02 15:31:15 +00:00
subversion.py pycompat: switch to util.urlreq/util.urlerr for py3 compat 2016-04-06 23:22:12 +00:00
transport.py convert: fix "stdlib import follows local import" problem in transport 2016-03-11 21:55:44 +09:00