diff --git a/static/features.html b/static/features.html index 607cebc8..7bebc59a 100644 --- a/static/features.html +++ b/static/features.html @@ -63,9 +63,10 @@
  • Stronger app sandbox
  • Hardened libc providing defenses against the most common classes of vulnerabilities (memory corruption)
  • -
  • Hardened malloc (memory allocator) leveraging modern hardware capabilities to provide - substantial defenses against the most common classes of vulnerabilities (heap memory corruption) - along with reducing the lifetime of sensitive data in memory
  • +
  • Our own hardened malloc (memory allocator) + leveraging modern hardware capabilities to provide substantial defenses against + the most common classes of vulnerabilities (heap memory corruption) along with + reducing the lifetime of sensitive data in memory
  • Hardened kernel
  • Prevention of dynamic native code execution in-memory or via the filesystem for the base OS without going via the package manager, etc.