Re: [PATCH] Replace HTTP links with HTTPS ones: RISC-V

2020-07-16 Thread Palmer Dabbelt
On Sun, 05 Jul 2020 15:02:36 PDT (-0700), grandmas...@al2klimov.de 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

[PATCH] Replace HTTP links with HTTPS ones: RISC-V

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