From 2d86f1bcafc97a3df38abd8a2aa13e6eb9f1accf Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 23:42:43 +0100 Subject: Use https: scheme for PostgreSQL The git native protocol is unauthenticated and so subject to man-in-the-middle attacks. Use https for this. --- open-source-lorries/postgresql.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source-lorries/postgresql.lorry b/open-source-lorries/postgresql.lorry index ea3adbf..a4a56de 100644 --- a/open-source-lorries/postgresql.lorry +++ b/open-source-lorries/postgresql.lorry @@ -1,6 +1,6 @@ { "postgresql": { "type": "git", - "url": "git://git.postgresql.org/git/postgresql.git" + "url": "https://git.postgresql.org/git/postgresql.git" } } -- cgit v1.2.1