Skip to content

Commit d38b7e4

Browse files
Al2Klimovgroeck
authored andcommitted
hwmon: (jc42) 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 49dc2fb commit d38b7e4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Documentation/hwmon/jc42.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Supported chips:
77

88
Datasheets:
99

10-
http://www.analog.com/static/imported-files/data_sheets/ADT7408.pdf
10+
https://www.analog.com/static/imported-files/data_sheets/ADT7408.pdf
1111

1212
* Atmel AT30TS00, AT30TS002A/B, AT30TSE004A
1313

@@ -39,37 +39,37 @@ Supported chips:
3939

4040
Datasheets:
4141

42-
http://ww1.microchip.com/downloads/en/DeviceDoc/22203C.pdf
42+
https://ww1.microchip.com/downloads/en/DeviceDoc/22203C.pdf
4343

44-
http://ww1.microchip.com/downloads/en/DeviceDoc/21977b.pdf
44+
https://ww1.microchip.com/downloads/en/DeviceDoc/21977b.pdf
4545

46-
http://ww1.microchip.com/downloads/en/DeviceDoc/25095A.pdf
46+
https://ww1.microchip.com/downloads/en/DeviceDoc/25095A.pdf
4747

48-
http://ww1.microchip.com/downloads/en/DeviceDoc/21996a.pdf
48+
https://ww1.microchip.com/downloads/en/DeviceDoc/21996a.pdf
4949

50-
http://ww1.microchip.com/downloads/en/DeviceDoc/22153c.pdf
50+
https://ww1.microchip.com/downloads/en/DeviceDoc/22153c.pdf
5151

52-
http://ww1.microchip.com/downloads/en/DeviceDoc/22327A.pdf
52+
https://ww1.microchip.com/downloads/en/DeviceDoc/22327A.pdf
5353

5454
* NXP Semiconductors SE97, SE97B, SE98, SE98A
5555

5656
Datasheets:
5757

58-
http://www.nxp.com/documents/data_sheet/SE97.pdf
58+
https://www.nxp.com/documents/data_sheet/SE97.pdf
5959

60-
http://www.nxp.com/documents/data_sheet/SE97B.pdf
60+
https://www.nxp.com/documents/data_sheet/SE97B.pdf
6161

62-
http://www.nxp.com/documents/data_sheet/SE98.pdf
62+
https://www.nxp.com/documents/data_sheet/SE98.pdf
6363

64-
http://www.nxp.com/documents/data_sheet/SE98A.pdf
64+
https://www.nxp.com/documents/data_sheet/SE98A.pdf
6565

6666
* ON Semiconductor CAT34TS02, CAT6095
6767

6868
Datasheet:
6969

70-
http://www.onsemi.com/pub_link/Collateral/CAT34TS02-D.PDF
70+
https://www.onsemi.com/pub_link/Collateral/CAT34TS02-D.PDF
7171

72-
http://www.onsemi.com/pub/Collateral/CAT6095-D.PDF
72+
https://www.onsemi.com/pub/Collateral/CAT6095-D.PDF
7373

7474
* ST Microelectronics STTS424, STTS424E02, STTS2002, STTS2004, STTS3000
7575

0 commit comments

Comments
 (0)