Re: [PATCH] ARM: OMAP: Replace HTTP links with HTTPS ones

2020-07-13 Thread Tony Lindgren
* Alexander A. Klimov [200712 23:49]: > Rationale: > Reduces attack surface on kernel devs opening the links for MITM > as HTTPS traffic is much harder to manipulate. Thanks applying into omap-for-v5.9/soc. Tony

[PATCH] ARM: OMAP: 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|/)`: