Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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.
Loading