diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-05-09 14:27:40 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-05-09 14:27:57 -0400 |
| commit | c33865ff6c94a9868a722cd0449464b13df78a4c (patch) | |
| tree | 511aa784a52ccff230f50cb1aecb4a0b31ea74b1 | |
| parent | 6a1b3041efd010791637fce2663dae9e40e67c87 (diff) | |
reword/expand patching information
| -rw-r--r-- | static/features.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/static/features.html b/static/features.html index 93f2a1be..851af836 100644 --- a/static/features.html +++ b/static/features.html @@ -320,14 +320,17 @@ <p>GrapheneOS includes fixes for many vulnerabilities not yet fixed in Android. On modern devices with Generic Kernel Image (GKI) support, we the - kernel to the latest stable GKI release many months before the stock OS gets - the update. This means we're shipping hundreds of fixes not included in the - stock OS including many security fixes. We also backport more fixes on top of - this for the kernel and for other components too.</p> + update kernel to the latest stable GKI release many months before the stock OS + gets the update. This means we're shipping hundreds of fixes not included in + the stock OS including many security fixes. We also backport more fixes on top + of this for the kernel and for other components too.</p> - <p>We often new vulnerabilities ourselves and report them upstream. We've + <p>We often find new vulnerabilities ourselves and report them upstream. We've reported dozens of vulnerabilities for both the generic Android codebase and - also for Pixels specifically.</p> + also for Pixels specifically. We also often find missed patches which were + supposed to be included but were missed, especially when there are device + specific components with partially shared but separate codebases for different + devices.</p> <p>Our overall approach is to focus on systemic privacy and security improvements but fixing individual vulnerabilities is still very |
