All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: "Alexander A. Klimov" <grandmaster@al2klimov.de>
Cc: torvalds@linux-foundation.org, martink@posteo.de,
	tsbogend@alpha.franken.de, viro@zeniv.linux.org.uk,
	cyphar@cyphar.com, geert+renesas@glider.be,
	luis.f.correia@gmail.com, mchehab+samsung@kernel.org,
	paulburton@kernel.org, ribalda@kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] CREDITS: Replace HTTP links with HTTPS ones
Date: Thu, 23 Jul 2020 14:54:37 -0600	[thread overview]
Message-ID: <20200723145437.3a756093@lwn.net> (raw)
In-Reply-To: <20200714175528.46712-1-grandmaster@al2klimov.de>

On Tue, 14 Jul 2020 19:55:28 +0200
"Alexander A. Klimov" <grandmaster@al2klimov.de> wrote:

> ationale:
> 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@al2klimov.de>
> ---
>  Undone also three more URLs.
> 
>  ➜  linux git:(https-links/46) ✗ git diff --color-words --word-diff-regex=. -U0
>  diff --git a/CREDITS b/CREDITS
>  index e5267acb98e0..32ee70a7562e 100644

Applied.

jon

  parent reply	other threads:[~2020-07-23 20:54 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-10 19:43 [PATCH] CREDITS: replace HTTP links with HTTPS ones and add myself Alexander A. Klimov
2020-07-10 21:46 ` Jonathan Corbet
2020-07-11  5:36   ` Alexander A. Klimov
2020-07-11  5:51   ` [PATCH] CREDITS: Replace HTTP links with HTTPS ones Alexander A. Klimov
2020-07-13 17:43     ` Jonathan Corbet
2020-07-13 22:12       ` Alexander A. Klimov
2020-07-13 22:46         ` Jonathan Corbet
2020-07-14 17:55       ` [PATCH v2] " Alexander A. Klimov
2020-07-14 19:39         ` [PATCH] CREDITS: remove link: http://www.cs.helsinki.fi/u/penberg/ Alexander A. Klimov
2020-07-14 19:39         ` [PATCH] CREDITS: remove link http://www.mathematik.uni-stuttgart.de/~floeff Alexander A. Klimov
2020-07-15  7:02           ` Philippe Mathieu-Daudé
2020-07-14 19:39         ` [PATCH] CREDITS: remove link: http://www.andante.org Alexander A. Klimov
2020-07-15  7:07           ` Philippe Mathieu-Daudé
2020-07-23 20:54         ` Jonathan Corbet [this message]
2020-07-14 19:38       ` [PATCH] CREDITS: remove link http://www.dementia.org/~shadow Alexander A. Klimov
2020-07-14 21:47         ` Jonathan Corbet
2020-07-14 21:56           ` Randy Dunlap
2020-07-15  6:23           ` Christian Kujau
2020-07-15 17:56         ` Marc Dionne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200723145437.3a756093@lwn.net \
    --to=corbet@lwn.net \
    --cc=cyphar@cyphar.com \
    --cc=geert+renesas@glider.be \
    --cc=grandmaster@al2klimov.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luis.f.correia@gmail.com \
    --cc=martink@posteo.de \
    --cc=mchehab+samsung@kernel.org \
    --cc=paulburton@kernel.org \
    --cc=ribalda@kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=tsbogend@alpha.franken.de \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.