Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7a3204

Browse files
authored
Merge branch 'master' into fastapi-jaystone776-handling-errors
2 parents 2f535ea + e5d0b97 commit b7a3204

24 files changed

Lines changed: 2521 additions & 86 deletions

β€Ž.github/workflows/build-docs.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: python3.7 -m pip install flit
2727
- name: Install docs extras
2828
if: steps.cache.outputs.cache-hit != 'true'
29-
run: python3.7 -m flit install --extras doc
29+
run: python3.7 -m flit install --deps production --extras doc
3030
- name: Install Material for MkDocs Insiders
3131
if: github.event.pull_request.head.repo.fork == false && steps.cache.outputs.cache-hit != 'true'
3232
run: pip install git+https://${{ secrets.ACTIONS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git

β€ŽSECURITY.mdβ€Ž

Lines changed: 31 additions & 0 deletions
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: [email protected]. 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)