From 6936987c6b08cc6e9ab00d1e9a985df546e3192f Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 8 Feb 2025 12:58:37 +0200 Subject: [PATCH] chore: add security file --- SECURITY.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..1a02c67 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +## Supported Versions + +Please always use the latest available Tinyauth version which can be found [here](https://github.com/steveiliop56/tinyauth/releases/latest). Older versions (especially major) may contain security issues which I cannot go back and fix. + +## Reporting a Vulnerability + +Due to the nature of this app, it needs to be secure. If you find any security issues in the OAuth or login flow of the app please contact me at and include a concise description of the issue. Please do not use the issues section for reporting major security issues.