diff options
| author | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-10 23:40:28 +0100 |
|---|---|---|
| committer | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2020-09-11 00:17:48 +0100 |
| commit | c516c5a76a45d55f2bedfd0efa477e4085392acb (patch) | |
| tree | af20c9805733363c091e7df5696ab7b63f556170 | |
| parent | cb40f8526fd165ce9bc7f37bee06bc39b008fccc (diff) | |
| download | lorries-c516c5a76a45d55f2bedfd0efa477e4085392acb.tar.gz | |
Use https: scheme for ppp
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/ppp.lorry | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/ppp.lorry b/open-source-lorries/ppp.lorry index 5381b2f..472b295 100644 --- a/open-source-lorries/ppp.lorry +++ b/open-source-lorries/ppp.lorry @@ -1,6 +1,6 @@ { "ppp": { "type": "git", - "url": "git://ozlabs.org/~paulus/ppp.git" + "url": "https://git.ozlabs.org/ppp.git" } } |
