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

2020-08-28 Thread Alexandre Torgue
Hi Alexander On 7/22/20 9:20 PM, 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

[PATCH v2] ARM: STM32: Replace HTTP links with HTTPS ones

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