From 3a3708032aa05a81473d3f24da898814146c66f9 Mon Sep 17 00:00:00 2001 From: inferenceus Date: Tue, 23 Aug 2022 19:41:41 +0100 Subject: [PATCH] Fix typo. --- static/features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/features.html b/static/features.html index 6ee0a225..e75be156 100644 --- a/static/features.html +++ b/static/features.html @@ -236,7 +236,7 @@ memory corruption bugs caused by memory unsafe languages or rare low-level unsafe code in an otherwise memory safe language. Most of the remaining issues are caused by dynamic code execution/loading features. Our main focus is on - preventing or raising the difficult of exploiting memory corruption bugs + preventing or raising the difficulty of exploiting memory corruption bugs followed by restricting dynamic code execution both to make escalation from a memory corruption bug harder and to directly mitigate bugs caused by dynamic code loading/generation/execution such as a JIT compiler bug or a plugin