Searched hist:"78 d15eea088c6b911d7926625b815630b5939ed1" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/platform/x86/ |
H A D | acerhdf.c | diff 78d15eea088c6b911d7926625b815630b5939ed1 Wed Jul 15 20:57:44 CEST 2020 Alexander A. Klimov <grandmaster@al2klimov.de> 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 <grandmaster@al2klimov.de> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
|