From 72f1d7df81218ee5f3afb0a3283e740d0751a22f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 23:30:16 +0100 Subject: Use https: scheme for Xen The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/xen.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/xen.lorry b/open-source-lorries/xen.lorry index 922df2c..11f8033 100644 --- a/open-source-lorries/xen.lorry +++ b/open-source-lorries/xen.lorry @@ -1,6 +1,6 @@ { "xen": { "type": "git", - "url": "git://xenbits.xen.org/xen.git" + "url": "https://xenbits.xen.org/git-http/xen.git" } } -- cgit v1.2.1