diff options
author | David Reid <dreid@dreid.org> | 2014-06-25 21:52:34 -0700 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2014-06-25 21:52:34 -0700 |
commit | eb00157d7deacd248b8638354ae0f809ea8964cd (patch) | |
tree | 730c613c88b13b7262707263e9cfe76d2cffa4f6 /docs/limitations.rst | |
parent | 7bcfbf8e3d831c1d26f4dea34a2bcf6427c7d481 (diff) | |
parent | d7a2306b55a028b5e0fff0d7fab88a098eeb5a5c (diff) | |
download | cryptography-eb00157d7deacd248b8638354ae0f809ea8964cd.tar.gz cryptography-eb00157d7deacd248b8638354ae0f809ea8964cd.tar.bz2 cryptography-eb00157d7deacd248b8638354ae0f809ea8964cd.zip |
Merge pull request #1183 from alex/line-wrap
Wrap a long line in the docs, unclear why doc8 didn't catch this
Diffstat (limited to 'docs/limitations.rst')
-rw-r--r-- | docs/limitations.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/limitations.rst b/docs/limitations.rst index dee189d1..ce61d893 100644 --- a/docs/limitations.rst +++ b/docs/limitations.rst @@ -12,8 +12,8 @@ uninitialized memory. Python exposes no API for us to implement this reliably and as such almost all software in Python is potentially vulnerable to this attack. The `CERT secure coding guidelines`_ assesses this issue as "Severity: medium, -Likelihood: unlikely, Remediation Cost: expensive to repair" and we do not consider this a high risk for most -users. +Likelihood: unlikely, Remediation Cost: expensive to repair" and we do not +consider this a high risk for most users. .. _`Memory wiping`: http://blogs.msdn.com/b/oldnewthing/archive/2013/05/29/10421912.aspx .. _`CERT secure coding guidelines`: https://www.securecoding.cert.org/confluence/display/seccode/MEM03-C.+Clear+sensitive+information+stored+in+reusable+resources |