From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKixC-0004so-7F for qemu-devel@nongnu.org; Thu, 08 Nov 2018 06:58:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKix3-0002ej-IO for qemu-devel@nongnu.org; Thu, 08 Nov 2018 06:58:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57478) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gKix3-0002dZ-AB for qemu-devel@nongnu.org; Thu, 08 Nov 2018 06:58:21 -0500 Date: Thu, 8 Nov 2018 12:58:03 +0100 From: Cornelia Huck Message-ID: <20181108125803.64938ae4.cohuck@redhat.com> In-Reply-To: <20181108111531.30671-5-stefanha@redhat.com> References: <20181108111531.30671-1-stefanha@redhat.com> <20181108111531.30671-5-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 4/8] gitmodules: use 'https://' instead of 'git://' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Daniel Berrange , eblake@redhat.com, Peter Maydell , Jeff Cody , "Michael S. Tsirkin" , Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= , Alex =?UTF-8?B?QmVu?= =?UTF-8?B?bsOpZQ==?= , Markus Armbruster , Paolo Bonzini , Fam Zheng On Thu, 8 Nov 2018 11:15:27 +0000 Stefan Hajnoczi wrote: > When you clone the repository without previous commit history, 'git://' > doesn't protect from man-in-the-middle attacks. HTTPS is more secure > since the client verifies the server certificate. >=20 > Also change git.qemu-project.org to git.qemu.org (we control both domain > names but qemu.org is used more widely). >=20 > Reported-by: Jann Horn > Reviewed-by: Daniel P. Berrang=C3=A9 > Signed-off-by: Stefan Hajnoczi > --- > .gitmodules | 34 +++++++++++++++++----------------- > 1 file changed, 17 insertions(+), 17 deletions(-) Reviewed-by: Cornelia Huck