diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-24 12:47:45 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-24 12:47:45 -0800 |
commit | 1c9e57bbc64d5023ec9d35f162b0a071a39b0a48 (patch) | |
tree | 21518e6c836b8785511d00bbf4a1614e6480e570 /docs | |
parent | d43134ae57a1bb91bfa47a53176a88789728d686 (diff) | |
download | cryptography-1c9e57bbc64d5023ec9d35f162b0a071a39b0a48.tar.gz cryptography-1c9e57bbc64d5023ec9d35f162b0a071a39b0a48.tar.bz2 cryptography-1c9e57bbc64d5023ec9d35f162b0a071a39b0a48.zip |
Rephrase
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api-stability.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/api-stability.rst b/docs/api-stability.rst index a457306f..e87cc140 100644 --- a/docs/api-stability.rst +++ b/docs/api-stability.rst @@ -30,8 +30,9 @@ What doesn't this policy cover? Security ~~~~~~~~ -In the event a security vulnerability, or hardening necessitates it, we will -break backwards compatibility in order to address an issue. +One exception to our API stability policy is for security. We will violate this +policy as necessary in order to resolve a security issue or harden +``cryptography`` against a possible attack. Deprecation ----------- |