Skip to content

Commit 8a74c93

Browse files
Al2KlimovJonathan Corbet
authored andcommitted
docs: ipmi: 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]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 4d8c1e0 commit 8a74c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/driver-api/ipmi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ management software that can use the IPMI system.
1818

1919
This document describes how to use the IPMI driver for Linux. If you
2020
are not familiar with IPMI itself, see the web site at
21-
http://www.intel.com/design/servers/ipmi/index.htm. IPMI is a big
21+
https://www.intel.com/design/servers/ipmi/index.htm. IPMI is a big
2222
subject and I can't cover it all here!
2323

2424
Configuration

0 commit comments

Comments
 (0)