Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update security policy supported versions #1032

Merged
merged 2 commits into from
Sep 27, 2024
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
5 changes: 3 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
| Version | Supported |
| ------- | --------- |
| Latest beta or release candidate | ✅ |
| v0.9.x | ✅ |
| v0.8.x | ✅ |
| < v0.8 | ❌ |

Expand All @@ -14,9 +15,9 @@ If you discover a security issue in this project, please DO NOT open an issue or

There are two ways to privately report a security issue:

- Send an email to [[email protected]](mailto:[email protected]), which all code owners can access and check regularly. Tied to this email, you can use our [public key](https://keys.openpgp.org/[email protected]) to encrypt your message.
- Send an email to [[email protected]](mailto:[email protected]), which all code owners can access and check regularly. Tied to this email, you can use our [public key](https://keys.openpgp.org/[email protected]) to encrypt your message.

- Submit a report through GitHub's [private vulnerability reporting system](https://github.com/kwilteam/kwil-db/security/advisories/new).
- Submit a report through GitHub's [private vulnerability reporting system](https://github.com/kwilteam/kwil-db/security/advisories/new).

Your report will be acknowledged within 24 hours, and you’ll receive a more detailed response to your report within 48 hours indicating the next steps in handling your report.

Expand Down