From 6036679b6f61d39398faa470868ae424a5e9f3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ABOGADO=20RAM=C3=93N=20CERDA=20QUIROZ?= Date: Wed, 15 Nov 2023 02:06:48 -0600 Subject: [PATCH] Update SECURITY.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # # #https://vscode.dev/liveshare/EB75C9AEF18F1FA8606B04390CCFDC573A2B > **@ramoncerdaquiroz** - > - [x] ### **@Arseny271 @pypy11 @Sydfg @Nat2537 @GrigorenkoPV @Sydfg @null-nick @CalledLuca @the-blank-x @iTaysonLab ** > # Security Policy Security is very important for FastAPI and its community. 🔒 Learn more about it below. 👇 ## Versions The latest version of FastAPI is 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. 🙇 --- SECURITY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index db412cf2c8..8c221fa299 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,3 +1,13 @@ +# # + #https://vscode.dev/liveshare/EB75C9AEF18F1FA8606B04390CCFDC573A2B +> **@ramoncerdaquiroz** + +- > + +- [x] ### **@Arseny271 @pypy11 @Sydfg @Nat2537 @GrigorenkoPV @Sydfg @null-nick @CalledLuca @the-blank-x @iTaysonLab ** + +> + # Security Policy Security is very important for FastAPI and its community. 🔒