Skip to content

Commit fdf4164

Browse files
Al2Klimovgroeck
authored andcommitted
hwmon: (lm95234) 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 6c7b66b commit fdf4164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/hwmon/lm95234.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Supported chips:
99

1010
Datasheet: Publicly available at the Texas Instruments website
1111

12-
http://www.ti.com/product/lm95233
12+
https://www.ti.com/product/lm95233
1313

1414
* National Semiconductor / Texas Instruments LM95234
1515

1616
Addresses scanned: I2C 0x18, 0x4d, 0x4e
1717

1818
Datasheet: Publicly available at the Texas Instruments website
1919

20-
http://www.ti.com/product/lm95234
20+
https://www.ti.com/product/lm95234
2121

2222
Author: Guenter Roeck <[email protected]>
2323

0 commit comments

Comments
 (0)