Skip to content

Commit 011c9ec

Browse files
Al2KlimovJonathan Corbet
authored andcommitted
Replace HTTP links with HTTPS ones: AFS FILESYSTEM
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]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 561a75a commit 011c9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/filesystems/afs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Security
190190
Secure operations are initiated by acquiring a key using the klog program. A
191191
very primitive klog program is available at:
192192

193-
http://people.redhat.com/~dhowells/rxrpc/klog.c
193+
https://people.redhat.com/~dhowells/rxrpc/klog.c
194194

195195
This should be compiled by::
196196

0 commit comments

Comments
 (0)