From ae99f2fffa68d728964993a1d53fabeae3affd94 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 11 Sep 2020 00:13:31 +0100 Subject: Use https: scheme for BusyBox The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/busybox.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'open-source-lorries') diff --git a/open-source-lorries/busybox.lorry b/open-source-lorries/busybox.lorry index 9a2a74a..9ce13e0 100644 --- a/open-source-lorries/busybox.lorry +++ b/open-source-lorries/busybox.lorry @@ -1,6 +1,6 @@ { "busybox": { "type": "git", - "url": "git://busybox.net/busybox.git" + "url": "https://git.busybox.net/busybox.git" } } -- cgit v1.2.1