Re: [PATCH] Replace HTTP links with HTTPS ones: CAN network drivers

2020-07-15 Thread Rob Herring
On Sun, 05 Jul 2020 09:56:06 +0200, Alexander A. Klimov wrote: > 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 con

Re: [PATCH] Replace HTTP links with HTTPS ones: CAN network drivers

2020-07-05 Thread Marc Kleine-Budde
On 7/5/20 9:56 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. > > Deterministic algorithm: > For each file: > If not .svg: > For each line: > If doesn't contain `\bxmlns\b`:

[PATCH] Replace HTTP links with HTTPS ones: CAN network drivers

2020-07-05 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|/)`: