Skip to content

Commit 561a75a

Browse files
Al2KlimovJonathan Corbet
authored andcommitted
Replace HTTP links with HTTPS ones: OMFS
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 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 059db43 commit 561a75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/filesystems/omfs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ More information is available at:
2424
Various utilities, including mkomfs and omfsck, are included with
2525
omfsprogs, available at:
2626

27-
http://bobcopeland.com/karma/
27+
https://bobcopeland.com/karma/
2828

2929
Instructions are included in its README.
3030

0 commit comments

Comments
 (0)