Skip to content

Commit 82ee0b1

Browse files
Al2Klimovgregkh
authored andcommitted
tty: serial: uartlite: 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: Greg Kroah-Hartman <[email protected]>
1 parent d4c2b4e commit 82ee0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/serial/uartlite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Register definitions
3333
*
3434
* For register details see datasheet:
35-
* http://www.xilinx.com/support/documentation/ip_documentation/opb_uartlite.pdf
35+
* https://www.xilinx.com/support/documentation/ip_documentation/opb_uartlite.pdf
3636
*/
3737

3838
#define ULITE_RX 0x00

0 commit comments

Comments
 (0)