Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions SECURITY.md
Comment thread
browniebroke marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Security Policy

## Reporting a Vulnerability
## Supported Versions

Only the latest version of django-rest-framework is supported:

**Please report security issues by emailing security@encode.io**.
[![PyPI version](https://badge.fury.io/py/djangorestframework.svg)](https://pypi.python.org/pypi/djangorestframework)

## Reporting a Vulnerability

The project maintainers will then work with you to resolve any issues where required, prior to any public disclosure.
If you think you have found a vulnerability, and even if you are not sure, please [report it to us in private](https://github.com/encode/django-rest-framework/security/advisories/new). We will review it and get back to you. Please refrain from public discussions of the issue.
Loading