dt-bindings: aspeed-lpc: Replace HTTP links with HTTPS ones
authorAlexander A. Klimov <grandmaster@al2klimov.de>
Mon, 20 Jul 2020 21:21:10 +0000 (23:21 +0200)
committerRob Herring <robh@kernel.org>
Tue, 21 Jul 2020 16:13:22 +0000 (10:13 -0600)
commit0e77639e826891bf78583973d544751139567677
tree2c6e24d8f14b729a4cfed367563d8889f5916d5d
parent382646090f7f16f1a93f3826004a32819d011ffe
dt-bindings: aspeed-lpc: Replace HTTP links with HTTPS ones

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 neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
            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>
Acked-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20200720212110.64214-1-grandmaster@al2klimov.de
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/mfd/aspeed-lpc.txt