diff tests/test-mq-subrepo-svn.t @ 34965:846942fd6d15 stable

subrepo: disable git and svn subrepos by default (BC) (SEC) We have a security issue with git subrepos. I'm not sure if svn subrepo is vulnerable, but it seems not 100% safe to allow writing arbitrary data into a metadata directory. So for now, only hg subrepo is enabled by default. Maybe we should improve the help to describe why git/svn subrepos are disabled.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 05 Nov 2017 21:51:42 +0900
parents 6d88468d435b
children 1a314176da9c
line wrap: on
line diff
--- a/tests/test-mq-subrepo-svn.t	Sun Nov 05 21:48:58 2017 +0900
+++ b/tests/test-mq-subrepo-svn.t	Sun Nov 05 21:51:42 2017 +0900
@@ -5,6 +5,8 @@
   > mq =
   > [diff]
   > nodates = 1
+  > [subrepos]
+  > allowed = hg, svn
   > EOF
 
 fn to create new repository, and cd into it