Skip to content

Commit c554066

Browse files
Security email address
1 parent 0c2b534 commit c554066

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ For questions and support, use the [REST framework discussion group][group], or
102102

103103
You may also want to [follow the author on Twitter][twitter].
104104

105+
# Security
106+
107+
If you believe you’ve found something in Django REST framework which has security implications, please **do not raise the issue in a public forum**.
108+
109+
Send a description of the issue via email to [rest-framework-security@googlegroups.com][security-mail]. The project maintainers will then work with you to resolve any issues where required, prior to any public disclosure.
110+
105111
# License
106112

107113
Copyright (c) 2011-2013, Tom Christie
@@ -149,3 +155,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
149155
[pyyaml]: http://pypi.python.org/pypi/PyYAML
150156
[defusedxml]: https://pypi.python.org/pypi/defusedxml
151157
[django-filter]: http://pypi.python.org/pypi/django-filter
158+
[security-mail]: mailto:rest-framework-security@googlegroups.com

docs/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,13 @@ For updates on REST framework development, you may also want to follow [the auth
206206

207207
<a style="padding-top: 10px" href="https://twitter.com/_tomchristie" class="twitter-follow-button" data-show-count="false">Follow @_tomchristie</a>
208208
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
209-
209+
210+
## Security
211+
212+
If you believe you’ve found something in Django REST framework which has security implications, please **do not raise the issue in a public forum**.
213+
214+
Send a description of the issue via email to [rest-framework-security@googlegroups.com][security-mail]. The project maintainers will then work with you to resolve any issues where required, prior to any public disclosure.
215+
210216
## License
211217

212218
Copyright (c) 2011-2013, Tom Christie
@@ -294,6 +300,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
294300
[stack-overflow]: http://stackoverflow.com/
295301
[django-rest-framework-tag]: http://stackoverflow.com/questions/tagged/django-rest-framework
296302
[django-tag]: http://stackoverflow.com/questions/tagged/django
303+
[security-mail]: mailto:rest-framework-security@googlegroups.com
297304
[paid-support]: http://dabapps.com/services/build/api-development/
298305
[dabapps]: http://dabapps.com
299306
[contact-dabapps]: http://dabapps.com/contact/

0 commit comments

Comments
 (0)