diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000000..6761cedf24 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,43 @@ +name: 🐞 Bug Report +description: File a new bug report +title: '[Bug]:
- Build internal tools fast, with no limitations -
++ Build internal tools fast, with no limitations +
## 📢 Use Lowcoder in 3 steps
1. Connect to any data sources or APIs.
2. Build UI with 50+ components.
3. Share with colleagues and customers.
+
## 💡 Why Lowcoder
It's cumbersome to create a single app. You had to design user interfaces, write code in multiple languages and frameworks, and understand how all of that code works together.
diff --git a/docs/security.md b/docs/security.md
index 7366ef897e..29746e030b 100644
--- a/docs/security.md
+++ b/docs/security.md
@@ -1,9 +1,8 @@
-# Security
+# Reporting Security Issues
-## Does Lowcoder store my data?
+If you believe you have found a security vulnerability in Lowcoder, we encourage you to let us know right away. We will investigate all legitimate reports and do our best to quickly address the problem.
-No, Lowcoder doesn't store any data returned from your APIs or database queries.
+Please contact any of the following maintainers directly:
-Lowcoder only serves as a proxy between client side and your data sources. When you query your APIs or databases, Lowcoder server connects to the data source with your credentials, forwards the request, and returns the result data to the browser. During the whole process, Lowcoder doesn't store any data from your requests or responses.
-
-Lowcoder also provides a self-hosted version. You can deploy self-hosted Lowcoder images on your own device, on-premise deployment ensures you have total control over your resources and that your data is securely stored.
+* [Jan Richter](mailto:falnyr@gmail.com)
+* [Ludovit Mikula](mailto:ludovit.mikula@mikori.sk)