Skip to content

Commit a09c33c

Browse files
Al2Klimovmattst88
authored andcommitted
alpha: Kconfig: 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 <[email protected]> Signed-off-by: Matt Turner <[email protected]>
1 parent e4b016f commit a09c33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/alpha/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ config SMP
532532
will run faster if you say N here.
533533

534534
See also the SMP-HOWTO available at
535-
<http://www.tldp.org/docs.html#howto>.
535+
<https://www.tldp.org/docs.html#howto>.
536536

537537
If you don't know what to do here, say N.
538538

0 commit comments

Comments
 (0)