diff options
author | 2020-07-08 08:53:28 +0200 | |
---|---|---|
committer | 2020-08-03 11:05:26 +0200 | |
commit | 94f17c00d6687993101372f996cf6690ec9adf83 (patch) | |
tree | 8e6e8bee1dded9a7713d7445481ed0a17fd692f9 /fs | |
parent | ceph: remove unnecessary cast in kfree() (diff) | |
download | wireguard-linux-94f17c00d6687993101372f996cf6690ec9adf83.tar.xz wireguard-linux-94f17c00d6687993101372f996cf6690ec9adf83.zip |
libceph: 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.
[ idryomov: Do the same for the CRUSH paper and replace
ceph.newdream.net with ceph.io. ]
Signed-off-by: Alexander A. Klimov <[email protected]>
Reviewed-by: Ilya Dryomov <[email protected]>
Signed-off-by: Ilya Dryomov <[email protected]>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ceph/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig index cf235f6eacf9..471e40156065 100644 --- a/fs/ceph/Kconfig +++ b/fs/ceph/Kconfig @@ -13,7 +13,7 @@ config CEPH_FS scalable file system designed to provide high performance, reliable access to petabytes of storage. - More information at http://ceph.newdream.net/. + More information at https://ceph.io/. If unsure, say N. |