summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-10 23:42:43 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-11 00:17:48 +0100
commit2d86f1bcafc97a3df38abd8a2aa13e6eb9f1accf (patch)
treeddff1b339582bf5188adf897a86bfe4ee1f5fee6
parentb02dacf0af0686a1b4d8f6a50aaef59992989c85 (diff)
downloadlorries-2d86f1bcafc97a3df38abd8a2aa13e6eb9f1accf.tar.gz
Use https: scheme for PostgreSQL
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/postgresql.lorry2
1 files changed, 1 insertions, 1 deletions
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"
}
}