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

2020-07-21 Thread Naveen N. Rao
Masami Hiramatsu wrote: On Tue, 14 Jul 2020 00:02:49 +0200 "Alexander A. Klimov" wrote: Am 13.07.20 um 16:20 schrieb Masami Hiramatsu: > Hi Naveen and Alexander, > > On Fri, 10 Jul 2020 19:14:47 +0530 > "Naveen N. Rao" wrote: > >> Masami Hiramatsu wrote: >>> On Tue, 7 Jul 2020 21:49:59

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

2020-07-20 Thread Masami Hiramatsu
On Tue, 14 Jul 2020 00:02:49 +0200 "Alexander A. Klimov" wrote: > > > Am 13.07.20 um 16:20 schrieb Masami Hiramatsu: > > Hi Naveen and Alexander, > > > > On Fri, 10 Jul 2020 19:14:47 +0530 > > "Naveen N. Rao" wrote: > > > >> Masami Hiramatsu wrote: > >>> On Tue, 7 Jul 2020 21:49:59 +0200 >

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

2020-07-13 Thread Alexander A. Klimov
Am 13.07.20 um 16:20 schrieb Masami Hiramatsu: Hi Naveen and Alexander, On Fri, 10 Jul 2020 19:14:47 +0530 "Naveen N. Rao" wrote: Masami Hiramatsu wrote: On Tue, 7 Jul 2020 21:49:59 +0200 "Alexander A. Klimov" wrote: Rationale: Reduces attack surface on kernel devs opening the links f

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

2020-07-13 Thread Masami Hiramatsu
Hi Naveen and Alexander, On Fri, 10 Jul 2020 19:14:47 +0530 "Naveen N. Rao" wrote: > Masami Hiramatsu wrote: > > On Tue, 7 Jul 2020 21:49:59 +0200 > > "Alexander A. Klimov" wrote: > > > >> Rationale: > >> Reduces attack surface on kernel devs opening the links for MITM > >> as HTTPS traffic i

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

2020-07-10 Thread Naveen N. Rao
Masami Hiramatsu wrote: On Tue, 7 Jul 2020 21:49:59 +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

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

2020-07-08 Thread Masami Hiramatsu
On Tue, 7 Jul 2020 21:49:59 +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 doesn't

[PATCH] Replace HTTP links with HTTPS ones: kprobes

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