Home
last modified time | relevance | path

Searched hist:"614 a895fc69497d99cc02c076fa712c75194eab3" (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mtd/hyperbus/
H A Dhyperbus-core.cdiff 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 Dhbmc-am654.cdiff 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 Dhyperbus.hdiff 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>