Skip to content

Commit 947c6ce

Browse files
Al2Klimovgclement
authored andcommitted
ARM: dts: kirkwood: 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]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent b3a9e3b commit 947c6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/kirkwood-b3.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* L2 cache. If your B3 silently fails to boot, u-boot is probably too
1010
* old. Either upgrade, or consider the following email:
1111
*
12-
* http://lists.debian.org/debian-arm/2012/08/msg00128.html
12+
* https://lists.debian.org/debian-arm/2012/08/msg00128.html
1313
*/
1414

1515
/dts-v1/;

0 commit comments

Comments
 (0)