linux/Documentation/dev-tools
Alexander A. Klimov 4d8c1e0557 docs: gcov: replace links with 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 <grandmaster@al2klimov.de>
Link: https://lore.kernel.org/r/20200708161839.15170-1-grandmaster@al2klimov.de
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2020-07-13 11:29:16 -06:00
..
kunit Documentation: test.h - fix warnings 2020-05-22 14:33:59 -06:00
coccinelle.rst Documentation: Coccinelle: fix various typos etc. 2020-07-05 14:06:10 -06:00
gcov.rst docs: gcov: replace links with HTTPS 2020-07-13 11:29:16 -06:00
gdb-kernel-debugging.rst Replace HTTP links with HTTPS ones: documentation 2020-06-08 09:30:19 -06:00
index.rst Linux 5.5-rc4 2019-12-30 08:10:51 +01:00
kasan.rst kasan: Add riscv to KASAN documentation. 2020-01-22 13:10:00 -08:00
kcov.rst kcov: collect coverage from interrupts 2020-06-04 19:06:20 -07:00
kcsan.rst kcsan: Update Documentation to change supported compilers 2020-06-11 20:04:02 +02:00
kgdb.rst Documentation: kgdb: eliminate duplicated word 2020-07-13 09:44:06 -06:00
kmemleak.rst Documentation/features: Add kmemleak 2020-07-05 14:14:02 -06:00
kselftest.rst linux-kselftest-5.8-rc1 2020-06-09 10:03:12 -07:00
sparse.rst doc: add link to sparse's home page/internal docs 2020-07-05 14:32:56 -06:00
ubsan.rst