[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200705141315.17b4d70a@lwn.net>
Date: Sun, 5 Jul 2020 14:13:15 -0600
From: Jonathan Corbet <corbet@....net>
To: "Alexander A. Klimov" <grandmaster@...klimov.de>
Cc: j.neuschaefer@....net, cohuck@...hat.com,
mchehab+samsung@...nel.org, logang@...tatee.com,
mgreer@...malcreek.com, abbotti@....co.uk,
gregkh@...uxfoundation.org, jacob.e.keller@...el.com,
colin.king@...onical.com, tytso@....edu, ebiggers@...gle.com,
jack@...e.cz, tglx@...utronix.de, akpm@...ux-foundation.org,
paulmck@...nel.org, pawan.kumar.gupta@...ux.intel.com,
jgross@...e.com, mike.kravetz@...cle.com, oneukum@...e.com,
andy.shevchenko@...il.com, pavel@....cz,
jacek.anaszewski@...il.com, alex@...xanderweb.de,
dwlsalmeida@...il.com, dsterba@...e.com, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] Replace HTTP links with HTTPS ones:
Documentation/admin-guide
On Sat, 27 Jun 2020 09:29:35 +0200
"Alexander A. Klimov" <grandmaster@...klimov.de> 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 `\bxmlns\b`:
> For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:
> If both the HTTP and HTTPS versions
> return 200 OK and serve the same content:
> Replace HTTP with HTTPS.
>
> Signed-off-by: Alexander A. Klimov <grandmaster@...klimov.de>
Applied, thanks.
jon
Powered by blists - more mailing lists