Skip to content

Commit 377234a

Browse files
authored
🔒 Create Security Policy
1 parent 38b7858 commit 377234a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

SECURITY.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Security Policy
2+
3+
Security is very important for FastAPI and its community. 🔒
4+
5+
Learn more about it below. 👇
6+
7+
## Versions
8+
9+
The latest versions of FastAPI are supported.
10+
11+
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**.
12+
13+
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.
14+
15+
## Reporting a Vulnerability
16+
17+
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.
18+
19+
I (the author, [@tiangolo](https://twitter.com/tiangolo)) will review it thoroughly and get back to you.
20+
21+
## Public Discussions
22+
23+
Please restrain from publicly discussing a potential security vulnerability. 🙊
24+
25+
It's better to discuss privately and try to find a solution first, to limit the potential impact as much as possible.
26+
27+
---
28+
29+
Thanks for your help!
30+
31+
The FastAPI community and I thank you for that. 🙇

0 commit comments

Comments
 (0)