diff options
| author | inferenceus <admin@inferencium.net> | 2022-08-23 19:41:41 +0100 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 3a3708032aa05a81473d3f24da898814146c66f9 (patch) | |
| tree | d6d393333697fc4acb4ee523802d66a7e7f0df76 /static/features.html | |
| parent | c508d2aa42e848c80574d85596d1471946664a46 (diff) | |
Fix typo.
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
