ipw2x00: Replace HTTP links with HTTPS ones
authorAlexander A. Klimov <grandmaster@al2klimov.de>
Sat, 18 Jul 2020 10:02:40 +0000 (12:02 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Sun, 2 Aug 2020 15:15:38 +0000 (18:15 +0300)
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: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200718100240.98593-1-grandmaster@al2klimov.de
Documentation/networking/device_drivers/wifi/intel/ipw2100.rst
drivers/net/wireless/intel/ipw2x00/Kconfig

index d54ad522f9378470d10aab3ba709a210a53c7648..883e9635579921169d95dd312a57d011e52bed91 100644 (file)
@@ -78,7 +78,7 @@ such, if you are interested in deploying or shipping a driver as part of
 solution intended to be used for purposes other than development, please
 obtain a tested driver from Intel Customer Support at:
 
-http://www.intel.com/support/wireless/sb/CS-006408.htm
+https://www.intel.com/support/wireless/sb/CS-006408.htm
 
 1. Introduction
 ===============
index 18436592a3a6b006ce1a8e5571d3de753525444a..b1e7b4470842513c86ccca764eebddf048ec89c0 100644 (file)
@@ -28,7 +28,7 @@ config IPW2100
          You will also very likely need the Wireless Tools in order to
          configure your card:
 
-         <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
+         <https://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
 
          It is recommended that you compile this driver as a module (M)
          rather than built-in (Y). This driver requires firmware at device
@@ -90,7 +90,7 @@ config IPW2200
          You will also very likely need the Wireless Tools in order to
          configure your card:
 
-         <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
+         <https://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
 
          It is recommended that you compile this driver as a module (M)
          rather than built-in (Y). This driver requires firmware at device