Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/translations/zh_CN

2020-06-19 Thread Jonathan Corbet
On Mon, 8 Jun 2020 20:16:49 +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: > For each line: > If doesn't contain `\bxmlns\b`:

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/translations/zh_CN

2020-06-08 Thread Alex Shi
It looks good for me. Reviewed-by: Alex Shi Thanks! 在 2020/6/9 上午2:16, 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: > For each line: >

[PATCH] Replace HTTP links with HTTPS ones: Documentation/translations/zh_CN

2020-06-08 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: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If both the HTTP and

Re: [PATCH] Replace HTTP links with HTTPS ones: Documentation/translations/zh_CN

2020-06-08 Thread Alexander A. Klimov
Am 25.05.20 um 22:21 schrieb 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: For each line: If doesn't contain `\bxmlns\b`: For each link, `\b

[PATCH] Replace HTTP links with HTTPS ones: Documentation/translations/zh_CN

2020-05-25 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: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If both the HTTP and