diff options
author | Alexander A. Klimov <grandmaster@al2klimov.de> | 2020-07-13 08:48:50 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-07-13 11:37:54 -0700 |
commit | e9dbebaf9b9de381a67500e39e63c9b1219c4f99 (patch) | |
tree | b81b5ba88e8f98d828c575e69a36d9db1dfba4be /net/ipv4 | |
parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) |
ARM: OMAP: 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: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'net/ipv4')
0 files changed, 0 insertions, 0 deletions