Re: [PATCH] Replace HTTP links with HTTPS ones: kdump

2020-07-07 Thread Dave Young
On 07/08/20 at 05:20am, Alexander A. Klimov wrote: > > > Am 08.07.20 um 05:17 schrieb Dave Young: > > On 07/01/20 at 07:33pm, Alexander A. Klimov wrote: > > > > > > > > > Am 01.07.20 um 09:58 schrieb Dave Young: > > > > On 06/27/20 at 12:31pm, Alexander A. Klimov wrote: > > > > > Rationale: >

Re: [PATCH] Replace HTTP links with HTTPS ones: kdump

2020-07-07 Thread Alexander A. Klimov
Am 08.07.20 um 05:17 schrieb Dave Young: On 07/01/20 at 07:33pm, Alexander A. Klimov wrote: Am 01.07.20 um 09:58 schrieb Dave Young: On 06/27/20 at 12:31pm, Alexander A. Klimov wrote: Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much

Re: [PATCH] Replace HTTP links with HTTPS ones: kdump

2020-07-07 Thread Dave Young
On 07/01/20 at 07:33pm, Alexander A. Klimov wrote: > > > Am 01.07.20 um 09:58 schrieb Dave Young: > > On 06/27/20 at 12:31pm, Alexander A. Klimov wrote: > > > Rationale: > > > Reduces attack surface on kernel devs opening the links for MITM > > > as HTTPS traffic is much harder to manipulate. >

Re: [PATCH] Replace HTTP links with HTTPS ones: kdump

2020-07-01 Thread Alexander A. Klimov
Am 01.07.20 um 09:58 schrieb Dave Young: On 06/27/20 at 12:31pm, 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:

Re: [PATCH] Replace HTTP links with HTTPS ones: kdump

2020-07-01 Thread Dave Young
On 06/27/20 at 12:31pm, 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

Re: [PATCH] Replace HTTP links with HTTPS ones: kdump

2020-07-01 Thread Simon Horman
On Sat, Jun 27, 2020 at 12:31:51PM +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

[PATCH] Replace HTTP links with HTTPS ones: kdump

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