Skip to content

Commit 6c7b66b

Browse files
Al2Klimovgroeck
authored andcommitted
hwmon: (lm90) 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent f475356 commit 6c7b66b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/hwmon/lm90.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Supported chips:
5151

5252
Datasheet: Publicly available at the ON Semiconductor website
5353

54-
http://www.onsemi.com/PowerSolutions/product.do?id=ADM1032
54+
https://www.onsemi.com/PowerSolutions/product.do?id=ADM1032
5555

5656
* Analog Devices ADT7461
5757

@@ -61,7 +61,7 @@ Supported chips:
6161

6262
Datasheet: Publicly available at the ON Semiconductor website
6363

64-
http://www.onsemi.com/PowerSolutions/product.do?id=ADT7461
64+
https://www.onsemi.com/PowerSolutions/product.do?id=ADT7461
6565

6666
* Analog Devices ADT7461A
6767

@@ -71,7 +71,7 @@ Supported chips:
7171

7272
Datasheet: Publicly available at the ON Semiconductor website
7373

74-
http://www.onsemi.com/PowerSolutions/product.do?id=ADT7461A
74+
https://www.onsemi.com/PowerSolutions/product.do?id=ADT7461A
7575

7676
* ON Semiconductor NCT1008
7777

@@ -81,7 +81,7 @@ Supported chips:
8181

8282
Datasheet: Publicly available at the ON Semiconductor website
8383

84-
http://www.onsemi.com/PowerSolutions/product.do?id=NCT1008
84+
https://www.onsemi.com/PowerSolutions/product.do?id=NCT1008
8585

8686
* Maxim MAX6646
8787

@@ -263,7 +263,7 @@ Supported chips:
263263

264264
Datasheet: Publicly available at TI website
265265

266-
http://www.ti.com/litv/pdf/sbos686
266+
https://www.ti.com/litv/pdf/sbos686
267267

268268
Author: Jean Delvare <[email protected]>
269269

0 commit comments

Comments
 (0)