-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Security Policy | ||
|
||
Security is very important for FastAPI and its community. 🔒 | ||
|
||
Learn more about it below. 👇 | ||
|
||
## Versions | ||
|
||
The latest versions of FastAPI are supported. | ||
|
||
You are encouraged to [write tests](https://fastapi.tiangolo.com/tutorial/testing/) for your application and update your FastAPI version frequently after ensuring that your tests are passing. This way you will benefit from the latest features, bug fixes, and **security fixes**. | ||
|
||
You can learn more about [FastAPI versions and how to pin and upgrade them](https://fastapi.tiangolo.com/deployment/versions/) for your project in the docs. | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you think you found a vulnerability, and even if you are not sure about it, please report it right away by sending an email to: security@tiangolo.com. Please try to be as explicit as possible, describing all the steps and example code to reproduce the security issue. | ||
|
||
I (the author, [@tiangolo](https://twitter.com/tiangolo)) will review it thoroughly and get back to you. | ||
|
||
## Public Discussions | ||
|
||
Please restrain from publicly discussing a potential security vulnerability. 🙊 | ||
|
||
It's better to discuss privately and try to find a solution first, to limit the potential impact as much as possible. | ||
|
||
--- | ||
|
||
Thanks for your help! | ||
|
||
The FastAPI community and I thank you for that. 🙇 |