Skip to content

Commit f03a349

Browse files
Al2Klimovsre
authored andcommitted
power: reset: keystone-reset: 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]> Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 4490845 commit f03a349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/power/reset/keystone-reset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* TI keystone reboot driver
44
*
5-
* Copyright (C) 2014 Texas Instruments Incorporated. http://www.ti.com/
5+
* Copyright (C) 2014 Texas Instruments Incorporated. https://www.ti.com/
66
*
77
* Author: Ivan Khoronzhuk <[email protected]>
88
*/

0 commit comments

Comments
 (0)