Star4
54
代码介绍
代码
Issues31
Pull Requests21
流水线
Actions
讨论
Wiki
项目成员37
分析
项目设置
Star4
54
  1. kernel_linux_5.10
  2. /
  3. tools
  4. /
  5. arch
  6. /
  7. riscv
  8. /
  9. include
PPalmer DabbeltReplace HTTP links with HTTPS ones: RISC-V
8e0c02f2创建于 2020年7月31日历史提交
文件最后提交记录最后更新时间
uapi/asm
Replace HTTP links with HTTPS ones: RISC-V 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> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>5 年前