mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-10-29 10:08:18 +10:00
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 <grandmaster@al2klimov.de>
Link: https://lore.kernel.org/r/20200719160910.60018-1-grandmaster@al2klimov.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
||
|---|---|---|
| .. | ||
| acm.rst | ||
| authorization.rst | ||
| chipidea.rst | ||
| CREDITS | ||
| dwc3.rst | ||
| ehci.rst | ||
| functionfs.rst | ||
| gadget_configfs.rst | ||
| gadget_hid.rst | ||
| gadget_multi.rst | ||
| gadget_printer.rst | ||
| gadget_serial.rst | ||
| gadget-testing.rst | ||
| index.rst | ||
| iuu_phoenix.rst | ||
| linux-cdc-acm.inf | ||
| linux.inf | ||
| mass-storage.rst | ||
| misc_usbsevseg.rst | ||
| mtouchusb.rst | ||
| ohci.rst | ||
| raw-gadget.rst | ||
| text_files.rst | ||
| usb-help.rst | ||
| usb-serial.rst | ||
| usbdevfs-drop-permissions.c | ||
| usbip_protocol.rst | ||
| usbmon.rst | ||