diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-29 15:07:35 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-29 15:07:35 -0400 |
| commit | 6ca6d6354104a7b9788b7b04c351be49a4bb9f05 (patch) | |
| tree | 2509114d9e7ecc38a6a4f44b7af0045f83e0a3c7 /static | |
| parent | 10d96a1a3ea5c7a960f58a2ec3781489cb60e671 (diff) | |
link to our hardened Bionic libc repository
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/features.html b/static/features.html index 81502b87..0f157e24 100644 --- a/static/features.html +++ b/static/features.html @@ -98,8 +98,9 @@ <ul> <li>Hardened app runtime</li> <li>Stronger app sandbox</li> - <li>Hardened libc providing defenses against the most common classes of - vulnerabilities (memory corruption)</li> + <li><a href="https://github.com/GrapheneOS/platform_bionic">Hardened libc</a> + providing defenses against the most common classes of vulnerabilities (memory + corruption)</li> <li>Our own <a href="https://github.com/GrapheneOS/hardened_malloc">hardened malloc (memory allocator)</a> leveraging modern hardware capabilities to provide substantial defenses against the most common classes of vulnerabilities (heap memory corruption) along with |
