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.