8000 Move security information to the GitHub security tab (#6716) · coderanger/django-rest-framework@063f0de · GitHub
[go: up one dir, main page]

Skip to content

Commit 063f0de

Browse files
montudortomchristie
authored andcommitted
Move security information to the GitHub security tab (encode#6716)
* Create SECURITY.md * Update security policy links in README.md
1 parent 10a0b42 commit 063f0de

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ You may also want to [follow the author on Twitter][twitter].
175175

176176
# Security
177177

178-
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**.
179-
180-
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.
178+
Please see the [security policy][security-policy].
181179

182180
[build-status-image]: https://secure.travis-ci.org/encode/django-rest-framework.svg?branch=master
183181
[travis]: https://travis-ci.org/encode/django-rest-framework?branch=master
@@ -225,4 +223,4 @@ Send a description of the issue via email to [rest-framework-security@googlegrou
225223
[image]: https://www.django-rest-framework.org/img/quickstart.png
226224

227225
[docs]: https://www.django-rest-framework.org/
228-
[security-mail]: mailto:rest-framework-security@googlegroups.com
226+
[security-policy]: https://github.com/encode/django-rest-framework/security/policy

SECURITY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
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**.
6+
7+
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.
8+
9+
[security-mail]: mailto:rest-framework-security@googlegroups.com

0 commit comments

Comments
 (0)
0