Skip to content

Commit 0303d06

Browse files
Al2Klimovgroeck
authored andcommitted
hwmon: (adm1025) 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 40c3a44 commit 0303d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwmon/adm1025.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* resolution of about 0.5% of the nominal value). Temperature values are
1414
* reported with a 1 deg resolution and a 3 deg accuracy. Complete
1515
* datasheet can be obtained from Analog's website at:
16-
* http://www.onsemi.com/PowerSolutions/product.do?id=ADM1025
16+
* https://www.onsemi.com/PowerSolutions/product.do?id=ADM1025
1717
*
1818
* This driver also supports the ADM1025A, which differs from the ADM1025
1919
* only in that it has "open-drain VID inputs while the ADM1025 has

0 commit comments

Comments
 (0)