Re: [PATCH] sh: Replace HTTP links with HTTPS ones

2020-07-12 Thread Alexander A. Klimov
Am 13.07.20 um 01:39 schrieb Rich Felker: Alexander, is this whole set being submitted upstream through a single maintainer, I've no idea what you're talking about, so the answer is likely no. I've just followed the instructions on how to submit patches as for any other subsystem.

Re: [PATCH] sh: Replace HTTP links with HTTPS ones

2020-07-12 Thread Rich Felker
On Sun, Jul 12, 2020 at 06:30:04AM -0500, Rob Landley wrote: > On 7/12/20 6:11 AM, Alexander A. Klimov wrote: > > Rationale: > > Reduces attack surface on kernel devs opening the links for MITM > > as HTTPS traffic is much harder to manipulate. > > Trimmed just to the one site without the self-sig

Re: [PATCH] sh: Replace HTTP links with HTTPS ones

2020-07-12 Thread Rob Landley
On 7/12/20 6:11 AM, Alexander A. Klimov wrote: > Rationale: > Reduces attack surface on kernel devs opening the links for MITM > as HTTPS traffic is much harder to manipulate. Trimmed just to the one site without the self-signed certficate: check. > Deterministic algorithm: > For each file: > I

[PATCH] sh: Replace HTTP links with HTTPS ones

2020-07-12 Thread Alexander A. Klimov
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Deterministic algorithm: For each file: If not .svg: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: