diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-05 12:43:50 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-05 12:43:50 -0400 |
| commit | 142bd9f4c76fc8de74c793a8585832ca463c261b (patch) | |
| tree | 5a4db3590ac48a866e9d6b676b084565a3c7fef1 | |
| parent | 5f6a20528cac3c5ac85649ac83e8649509deb759 (diff) | |
fix upstream Settings app vulnerability
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 6c850076..ff7536a7 100644 --- a/static/releases.html +++ b/static/releases.html @@ -791,6 +791,7 @@ <p>Changes since the 2024080200 release:</p> <ul> + <li>Settings: disable predictive back gesture in PIN/password input activities to fix an upstream Android vulnerability</li> <li>flash-all: remove unnecessary sleep after flashing AVB key</li> <li>flash-all.sh: avoid false negative for <code>fastboot getvar product</code> check</li> <li>flash-all.sh: exit on errors</li> |
