]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔒 Add security policy
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 24 Aug 2021 13:18:33 +0000 (15:18 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 24 Aug 2021 13:18:33 +0000 (15:18 +0200)
SECURITY.md [new file with mode: 0644]

diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644 (file)
index 0000000..5b8c622
--- /dev/null
@@ -0,0 +1,29 @@
+# Security Policy
+
+Security is very important for SQLModel and its community. ðŸ”’
+
+Learn more about it below. ðŸ‘‡
+
+## Versions
+
+The latest versions of SQLModel are supported.
+
+You are encouraged to [write tests](https://sqlmodel.tiangolo.com/tutorial/fastapi/tests/) for your application and update your SQLModel version frequently after ensuring that your tests are passing. This way you will benefit from the latest features, bug fixes, and **security fixes**.
+
+## 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 SQLModel community and I thank you for that. ðŸ™‡