]> Git Repo - qemu.git/commit
get_maintainer: use 'https://' instead of 'git://'
authorStefan Hajnoczi <[email protected]>
Thu, 8 Nov 2018 11:15:25 +0000 (11:15 +0000)
committerPeter Maydell <[email protected]>
Mon, 12 Nov 2018 11:26:02 +0000 (11:26 +0000)
commit86e6010a7af943e729964b7af6c4192deb8010b4
treeddbea1c70ddee80f2bccbd5f159d07bb96e27033
parentc814b177625ab5823f40e7c177257141044d60dc
get_maintainer: use 'https://' instead of 'git://'

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.

Reported-by: Jann Horn <[email protected]>
Reviewed-by: Daniel P. Berrangé <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Message-id: 20181108111531[email protected]
Signed-off-by: Peter Maydell <[email protected]>
scripts/get_maintainer.pl
This page took 0.025736 seconds and 4 git commands to generate.