diff --git a/static/features.html b/static/features.html index c75a9366..af2f12f9 100644 --- a/static/features.html +++ b/static/features.html @@ -101,17 +101,45 @@
  • Hardened libc providing defenses against the most common classes of vulnerabilities (memory corruption)
  • -
  • 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. The - hardened_malloc - README has extensive documentation on it. The hardened_malloc project is - portable to other Linux-based operating systems and is being adopted by other - security-focused operating systems like Whonix. Our allocator also heavily influenced the - design of the next-generation - musl malloc implementation which offers substantially better security than musl's - previous malloc while still having minimal memory usage and code size.
  • +
  • + 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. The hardened_malloc + README has extensive documentation on it. The hardened_malloc + project is portable to other Linux-based operating systems and is being + adopted by other security-focused operating systems like Whonix. Our + allocator also heavily influenced the design of the next-generation + musl malloc implementation which offers substantially better security than + musl's previous malloc while still having minimal memory usage and code size. + +
  • Hardened compiler toolchain
  • Hardened kernel