diff options
author | Michael Manfre <mmanfre@gmail.com> | 2020-05-21 04:30:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 10:30:14 +0200 |
commit | 0e893248b28e30bf562d29e6d5745ffad4b1a1eb (patch) | |
tree | b10f677168296854d46eef0c56630908425ea346 /docs/internals/security.txt | |
parent | 81d69568a675f0fb7f66b9c898dc7fb42f967d58 (diff) | |
download | django-0e893248b28e30bf562d29e6d5745ffad4b1a1eb.tar.gz |
Added notes related to security pre-notification list requests.
Diffstat (limited to 'docs/internals/security.txt')
-rw-r--r-- | docs/internals/security.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/internals/security.txt b/docs/internals/security.txt index 438325b330..511c83b537 100644 --- a/docs/internals/security.txt +++ b/docs/internals/security.txt @@ -191,6 +191,11 @@ groups: demonstrated ability to responsibly receive, keep confidential and act on these notifications. +.. admonition:: Security audit and scanning entities + + As a policy, we do not add these types of entities to the notification + list. + Requesting notifications ======================== @@ -235,3 +240,9 @@ Please also bear in mind that for any individual or organization, receiving security notifications is a privilege granted at the sole discretion of the Django development team, and that this privilege can be revoked at any time, with or without explanation. + +.. admonition:: Provide all required information + + A failure to provide the required information in your initial contact + will count against you when making the decision on whether or not to + approve your request. |