summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:13:31 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commitae99f2fffa68d728964993a1d53fabeae3affd94 (patch)
treefb4df4a75f3b6b25c87c01e23251821fde30adfe
parent535272f28262b1234ffb0e5e38a18aed47f7b59d (diff)
downloadlorries-ae99f2fffa68d728964993a1d53fabeae3affd94.tar.gz
Use https: scheme for BusyBox
The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this.
-rw-r--r--open-source-lorries/busybox.lorry2
1 files changed, 1 insertions, 1 deletions
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"
}
}