diff options
author | Alexander A. Klimov <grandmaster@al2klimov.de> | 2020-07-13 16:51:15 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2020-07-22 14:48:40 +0200 |
commit | c5437338150e4914328c975767056d2dedacfd21 (patch) | |
tree | 24464732ba864235b3df9b77a1f4dae6e57483bd /Documentation/devicetree/bindings/leds/leds-lm3532.txt | |
parent | 93690cdf3060c61dfce813121d0bfc055e7fa30d (diff) |
leds: 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 <grandmaster@al2klimov.de>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'Documentation/devicetree/bindings/leds/leds-lm3532.txt')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-lm3532.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-lm3532.txt b/Documentation/devicetree/bindings/leds/leds-lm3532.txt index 53793213dd52..097490a5ff91 100644 --- a/Documentation/devicetree/bindings/leds/leds-lm3532.txt +++ b/Documentation/devicetree/bindings/leds/leds-lm3532.txt @@ -102,4 +102,4 @@ led-controller@38 { }; For more product information please see the links below: -http://www.ti.com/product/LM3532 +https://www.ti.com/product/LM3532 |