]> git.baikalelectronics.ru Git - kernel.git/commit
auxdisplay: Replace HTTP links with HTTPS ones
authorAlexander A. Klimov <grandmaster@al2klimov.de>
Wed, 8 Jul 2020 12:56:22 +0000 (14:56 +0200)
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Sat, 8 Aug 2020 14:10:03 +0000 (16:10 +0200)
commitaf6d79f43b6c090cc0544ad118b7387e1d977d4b
treef43b886ade15eab51ffea1f67747d85eb0820dcb
parentc9384438eae575d67eebc79b5dc3d28648b56ac3
auxdisplay: 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>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
drivers/auxdisplay/arm-charlcd.c