Searched hist:"614 a895fc69497d99cc02c076fa712c75194eab3" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/mtd/hyperbus/ |
H A D | hyperbus-core.c | diff 614a895fc69497d99cc02c076fa712c75194eab3 Thu Jul 09 20:07:33 CEST 2020 Alexander A. Klimov <grandmaster@al2klimov.de> mtd: hyperbus: 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: Richard Weinberger <richard@nod.at>
|
H A D | hbmc-am654.c | diff 614a895fc69497d99cc02c076fa712c75194eab3 Thu Jul 09 20:07:33 CEST 2020 Alexander A. Klimov <grandmaster@al2klimov.de> mtd: hyperbus: 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: Richard Weinberger <richard@nod.at>
|
/linux/include/linux/mtd/ |
H A D | hyperbus.h | diff 614a895fc69497d99cc02c076fa712c75194eab3 Thu Jul 09 20:07:33 CEST 2020 Alexander A. Klimov <grandmaster@al2klimov.de> mtd: hyperbus: 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: Richard Weinberger <richard@nod.at>
|