aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-10-19 18:04:28 -0700
committerDonald Stufft <donald@stufft.io>2013-10-19 18:04:28 -0700
commit6d0d2949542eb976e4d8d0cc8873abebaaba68b7 (patch)
tree0715aa4253debaccd2217fcfa1ab4e030cd8f9dd /docs/contributing.rst
parenta4444554aca86bb27ecfbedff81759b904bcd7b9 (diff)
parent99b69d94cf95b39164dd9d35ff7a463b7a1b7f20 (diff)
downloadcryptography-6d0d2949542eb976e4d8d0cc8873abebaaba68b7.tar.gz
cryptography-6d0d2949542eb976e4d8d0cc8873abebaaba68b7.tar.bz2
cryptography-6d0d2949542eb976e4d8d0cc8873abebaaba68b7.zip
Merge pull request #144 from alex/security-doc
Start better documenting our security procedure
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index b125d1af..dc8ce453 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -32,11 +32,8 @@ devastating, ``cryptography`` has a strict code review policy:
The purpose of these policies is to minimize the chances we merge a change
which jeopardizes our users' security.
-We do not yet have a formal security contact. To report security issues in
-``cryptography`` you should email ``alex.gaynor@gmail.com``, messages may be
-encrypted with PGP to key fingerprint
-``E27D 4AA0 1651 72CB C5D2 AF2B 125F 5C67 DFE9 4084`` (this public key is
-available from most commonly-used keyservers).
+If you believe you've identified a security issue in ``cryptography``, please
+follow the directions on the :doc:`security page </security>`.
Code
----