Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipw2x00: 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: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200718100240.98593-1-grandmaster@al2klimov.de

authored by

Alexander A. Klimov and committed by
Kalle Valo
348cb5dc 560a218d

+3 -3
+1 -1
Documentation/networking/device_drivers/wifi/intel/ipw2100.rst
··· 78 78 solution intended to be used for purposes other than development, please 79 79 obtain a tested driver from Intel Customer Support at: 80 80 81 - http://www.intel.com/support/wireless/sb/CS-006408.htm 81 + https://www.intel.com/support/wireless/sb/CS-006408.htm 82 82 83 83 1. Introduction 84 84 ===============
+2 -2
drivers/net/wireless/intel/ipw2x00/Kconfig
··· 28 28 You will also very likely need the Wireless Tools in order to 29 29 configure your card: 30 30 31 - <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. 31 + <https://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. 32 32 33 33 It is recommended that you compile this driver as a module (M) 34 34 rather than built-in (Y). This driver requires firmware at device ··· 90 90 You will also very likely need the Wireless Tools in order to 91 91 configure your card: 92 92 93 - <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. 93 + <https://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. 94 94 95 95 It is recommended that you compile this driver as a module (M) 96 96 rather than built-in (Y). This driver requires firmware at device