Skip to content

Commit d3b419c

Browse files
Al2KlimovJonathan Corbet
authored andcommitted
docs: hid: Convert link to https
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: Jonathan Corbet <[email protected]>
1 parent 011c9ec commit d3b419c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/hid/hiddev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The HIDDEV API
6565
==============
6666

6767
This description should be read in conjunction with the HID
68-
specification, freely available from http://www.usb.org, and
68+
specification, freely available from https://www.usb.org, and
6969
conveniently linked of http://www.linux-usb.org.
7070

7171
The hiddev API uses a read() interface, and a set of ioctl() calls.

0 commit comments

Comments
 (0)