Replace HTTP links with HTTPS ones: security
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. Signed-off-by:Alexander A. Klimov <grandmaster@al2klimov.de> Acked-by:
John Johansen <john.johansen@canonical.com> Signed-off-by:
James Morris <jmorris@namei.org>
Showing
- security/Kconfig 1 addition, 1 deletionsecurity/Kconfig
- security/apparmor/Kconfig 1 addition, 1 deletionsecurity/apparmor/Kconfig
- security/integrity/ima/Kconfig 1 addition, 1 deletionsecurity/integrity/ima/Kconfig
- security/integrity/ima/ima_template.c 1 addition, 1 deletionsecurity/integrity/ima/ima_template.c
- security/integrity/ima/ima_template_lib.c 1 addition, 1 deletionsecurity/integrity/ima/ima_template_lib.c
- security/integrity/ima/ima_template_lib.h 1 addition, 1 deletionsecurity/integrity/ima/ima_template_lib.h
- security/keys/encrypted-keys/ecryptfs_format.c 1 addition, 1 deletionsecurity/keys/encrypted-keys/ecryptfs_format.c
- security/keys/encrypted-keys/ecryptfs_format.h 1 addition, 1 deletionsecurity/keys/encrypted-keys/ecryptfs_format.h
- security/keys/encrypted-keys/encrypted.c 1 addition, 1 deletionsecurity/keys/encrypted-keys/encrypted.c
- security/keys/encrypted-keys/masterkey_trusted.c 1 addition, 1 deletionsecurity/keys/encrypted-keys/masterkey_trusted.c
Please register or sign in to comment