Skip to content

Commit 0f540b9

Browse files
Al2KlimovJonathan Corbet
authored andcommitted
Replace HTTP links with HTTPS ones: 9P FILE SYSTEM
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 d3b419c commit 0f540b9

File tree

1 file changed

+1
-1
lines changed
  • Documentation/filesystems

1 file changed

+1
-1
lines changed

Documentation/filesystems/9p.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and Maya Gokhale. Additional development by Greg Watson
1818
The best detailed explanation of the Linux implementation and applications of
1919
the 9p client is available in the form of a USENIX paper:
2020

21-
http://www.usenix.org/events/usenix05/tech/freenix/hensbergen.html
21+
https://www.usenix.org/events/usenix05/tech/freenix/hensbergen.html
2222

2323
Other applications are described in the following papers:
2424

0 commit comments

Comments
 (0)