Skip to content

Commit 78d15ee

Browse files
Al2Klimovandy-shev
authored andcommitted
platform/x86: acerhdf: 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]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 6abe66e commit 78d15ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/platform/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ config ACERHDF
140140
in the same node directory will tell you if it is "acerhdf".
141141

142142
For more information about this driver see
143-
<http://piie.net/files/acerhdf_README.txt>
143+
<https://piie.net/files/acerhdf_README.txt>
144144

145145
If you have an Acer Aspire One netbook, say Y or M
146146
here.

drivers/platform/x86/acerhdf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* as soon as the upper/lower threshold is reached.
66
*
77
* (C) 2009 - Peter Kaestle peter (a) piie.net
8-
* http://piie.net
8+
* https://piie.net
99
* 2009 Borislav Petkov bp (a) alien8.de
1010
*
1111
* Inspired by and many thanks to:

0 commit comments

Comments
 (0)