Skip to content

Commit 54b0e2e

Browse files
Al2Klimovrobherring
authored andcommitted
dt-bindings: media: xilinx: 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 both the HTTP and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS. Reviewed-by: Laurent Pinchart <[email protected]> Acked-by: Michal Simek <[email protected]> Signed-off-by: Alexander A. Klimov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 1094d5d commit 54b0e2e

File tree

1 file changed

+1
-1
lines changed
  • Documentation/devicetree/bindings/media/xilinx

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/media/xilinx/video.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ The following properties are common to all Xilinx video IP cores.
3232
defaults to "mono".
3333

3434

35-
[UG934] http://www.xilinx.com/support/documentation/ip_documentation/axi_videoip/v1_0/ug934_axi_videoIP.pdf
35+
[UG934] https://www.xilinx.com/support/documentation/ip_documentation/axi_videoip/v1_0/ug934_axi_videoIP.pdf

0 commit comments

Comments
 (0)