diff options
author | Alexander A. Klimov <grandmaster@al2klimov.de> | 2020-07-19 17:17:05 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-07-19 20:49:25 +0200 |
commit | 7ed33ea6b4faf0d63eafeef0b1a9b977b66ac88c (patch) | |
tree | d6314557a43ddf3cee2f472ed77c62c39c890d9a /Documentation/sound/cards | |
parent | 71ea8eebdd4455a43a78b68fd2d106719735c211 (diff) | |
download | linux-7ed33ea6b4faf0d63eafeef0b1a9b977b66ac88c.tar.gz linux-7ed33ea6b4faf0d63eafeef0b1a9b977b66ac88c.tar.bz2 linux-7ed33ea6b4faf0d63eafeef0b1a9b977b66ac88c.zip |
ALSA: 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>
Link: https://lore.kernel.org/r/20200719151705.59624-1-grandmaster@al2klimov.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound/cards')
-rw-r--r-- | Documentation/sound/cards/audigy-mixer.rst | 2 | ||||
-rw-r--r-- | Documentation/sound/cards/sb-live-mixer.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/sound/cards/audigy-mixer.rst b/Documentation/sound/cards/audigy-mixer.rst index 86213234435f..998f76e19cdd 100644 --- a/Documentation/sound/cards/audigy-mixer.rst +++ b/Documentation/sound/cards/audigy-mixer.rst @@ -331,7 +331,7 @@ WO 9901953 (A1) Execution and Audio Data Sequencing (Jan. 14, 1999) -US Patents (http://www.uspto.gov/) +US Patents (https://www.uspto.gov/) ---------------------------------- US 5925841 diff --git a/Documentation/sound/cards/sb-live-mixer.rst b/Documentation/sound/cards/sb-live-mixer.rst index bcb62fc99bbb..eccb0f0ffd0f 100644 --- a/Documentation/sound/cards/sb-live-mixer.rst +++ b/Documentation/sound/cards/sb-live-mixer.rst @@ -336,7 +336,7 @@ WO 9901953 (A1) Execution and Audio Data Sequencing (Jan. 14, 1999) -US Patents (http://www.uspto.gov/) +US Patents (https://www.uspto.gov/) ---------------------------------- US 5925841 |