From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKj0c-0000hO-Qs for qemu-devel@nongnu.org; Thu, 08 Nov 2018 07:02:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKj0Q-0005lg-Pv for qemu-devel@nongnu.org; Thu, 08 Nov 2018 07:02:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54868) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gKj0P-0005jG-CZ for qemu-devel@nongnu.org; Thu, 08 Nov 2018 07:01:49 -0500 Date: Thu, 8 Nov 2018 13:01:39 +0100 From: Cornelia Huck Message-ID: <20181108130139.2d817e3a.cohuck@redhat.com> In-Reply-To: <20181108111531.30671-7-stefanha@redhat.com> References: <20181108111531.30671-1-stefanha@redhat.com> <20181108111531.30671-7-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 6/8] pc-testdev: use HTTPS git URL 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:29 +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 > Cc: Paolo Bonzini > Suggested-by: Eric Blake > Reviewed-by: Philippe Mathieu-Daud=C3=A9 > Tested-by: Philippe Mathieu-Daud=C3=A9 > Signed-off-by: Stefan Hajnoczi > --- > hw/misc/pc-testdev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Cornelia Huck