aboutsummaryrefslogtreecommitdiffstats
path: root/docs/limitations.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/limitations.rst')
-rw-r--r--docs/limitations.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/limitations.rst b/docs/limitations.rst
index 7df4f810..5b63ef54 100644
--- a/docs/limitations.rst
+++ b/docs/limitations.rst
@@ -9,8 +9,8 @@ with access to uninitialized memory. This can be either because the attacker
has some kind of local user access or because of how other software uses
uninitialized memory.
-Python exposes no API for us to implement this reliably and as such most
-software in Python is vulnerable to this attack. However the
+Python exposes no API for us to implement this reliably and as such almost all
+software in Python is potentially vulnerable to this attack. However the
`CERT secure coding guidelines`_ consider this issue as "low severity,
unlikely, expensive to repair" and we do not consider this a high risk for most
users.