Re: [PATCH] Replace git:// and http:// with https://

2023-02-07 Thread Anthony PERARD
On Mon, Feb 06, 2023 at 10:10:33PM -0500, Demi Marie Obenour wrote: > Obtaining code over an insecure transport is a terrible idea for > blatently obvious reasons. Even for non-executable data, insecure > transports are considered deprecated. > > This patch was created by doing a tree-wide search

Re: [PATCH] Replace git:// and http:// with https://

2023-02-06 Thread Demi Marie Obenour
On Tue, Feb 07, 2023 at 05:16:21AM +0100, Marek Marczykowski-Górecki wrote: > On Mon, Feb 06, 2023 at 10:10:33PM -0500, Demi Marie Obenour wrote: > > Obtaining code over an insecure transport is a terrible idea for > > blatently obvious reasons. Even for non-executable data, insecure > > transport

Re: [PATCH] Replace git:// and http:// with https://

2023-02-06 Thread Marek Marczykowski-Górecki
On Mon, Feb 06, 2023 at 10:10:33PM -0500, Demi Marie Obenour wrote: > Obtaining code over an insecure transport is a terrible idea for > blatently obvious reasons. Even for non-executable data, insecure > transports are considered deprecated. > > This patch was created by doing a tree-wide search

Re: [PATCH] Replace git:// and http:// with https://

2023-02-06 Thread Demi Marie Obenour
On Mon, Feb 06, 2023 at 07:27:05PM -0800, Elliott Mitchell wrote: > On Mon, Feb 06, 2023 at 10:10:33PM -0500, Demi Marie Obenour wrote: > > Obtaining code over an insecure transport is a terrible idea for > > blatently obvious reasons. Even for non-executable data, insecure > > transports are cons

Re: [PATCH] Replace git:// and http:// with https://

2023-02-06 Thread Elliott Mitchell
On Mon, Feb 06, 2023 at 10:10:33PM -0500, Demi Marie Obenour wrote: > Obtaining code over an insecure transport is a terrible idea for > blatently obvious reasons. Even for non-executable data, insecure > transports are considered deprecated. I completely agree with the premise, but I would sugge

[PATCH] Replace git:// and http:// with https://

2023-02-06 Thread Demi Marie Obenour
Obtaining code over an insecure transport is a terrible idea for blatently obvious reasons. Even for non-executable data, insecure transports are considered deprecated. This patch was created by doing a tree-wide search and replace with sed, then reverting changes that were pointless or wrong. S