aboutsummaryrefslogtreecommitdiff
path: root/Security.md
diff options
context:
space:
mode:
authorRomario Maxwell <romario.maxwell@gmail.com>2018-05-04 11:47:20 -0500
committerJF Bastien <github@jfbastien.com>2018-05-04 09:47:20 -0700
commit2614fd32d8d4a099fca021d1e880a9d9d8e848e8 (patch)
treed5f5dd00cb29837fc1a18c8ecf66eabe331df258 /Security.md
parentfc886f061e825d154aca910f9ab3b511b7fdf4ea (diff)
downloadnanowasm-design-2614fd32d8d4a099fca021d1e880a9d9d8e848e8.tar.gz
rewrite URLs (http:// -> https://) (#1205)
All the modified URLs were checked to see if they are available over HTTPS by opening a new tab in the browser, entering the URL in the address bar, changing http:// to https:// and then verifying if the resource displayed is the same over HTTP and HTTPS for each URL.
Diffstat (limited to 'Security.md')
-rw-r--r--Security.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Security.md b/Security.md
index 3fe846e..5bfc487 100644
--- a/Security.md
+++ b/Security.md
@@ -169,7 +169,7 @@ in WebAssembly.
[address space layout randomization]: https://en.wikipedia.org/wiki/Address_space_layout_randomization
[bounded pointers]: https://en.wikipedia.org/wiki/Bounded_pointer
- [built-in implementation]: http://clang.llvm.org/docs/ControlFlowIntegrity.html
+ [built-in implementation]: https://clang.llvm.org/docs/ControlFlowIntegrity.html
[control-flow integrity]: https://research.microsoft.com/apps/pubs/default.aspx?id=64250
[data execution prevention]: https://en.wikipedia.org/wiki/Executable_space_protection
[forward-edge control-flow integrity]: https://www.usenix.org/node/184460