diff options
author | Alexander A. Klimov <grandmaster@al2klimov.de> | 2020-07-08 19:59:24 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2020-07-30 11:27:13 +0200 |
commit | 216a094de2521099e4ae04c5d07d8603ef9b24f1 (patch) | |
tree | 489f6a8c28cab958df11d36a3f6aee6ace7c5675 /Kbuild | |
parent | dfd9b6154d5df4160f2c196d54dcf9223a7df959 (diff) | |
download | linux-rt-216a094de2521099e4ae04c5d07d8603ef9b24f1.tar.gz |
pwm: 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>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions