From 70b0688c83de2f8fe097677fd036a42717c64ad3 Mon Sep 17 00:00:00 2001 From: JayanGupta Date: Sun, 16 Aug 2026 19:18:30 +0530 Subject: [PATCH] docs: add SECURITY.md policy --- SECURITY.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..2b6364f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,26 @@ +# Security Policy + +## Supported Versions + +AutoData is currently a local-first application. Only the main branch is actively supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| `main` | :white_check_mark: | +| older | :x: | + +## Reporting a Vulnerability + +If you discover a security vulnerability within AutoData, please send an e-mail to JayanGupta via jayangupta455@gmail.com. All security vulnerabilities will be promptly addressed. + +Please do **not** report security vulnerabilities through public GitHub issues. + +### What to include + +- A description of the vulnerability and its impact +- Steps to reproduce the vulnerability +- (Optional) Possible solutions or mitigations + +### What to expect + +You should receive an initial acknowledgment of your report within 48 hours. I will keep you updated on the progress towards a fix.