Initial commit

This commit is contained in:
2024-03-12 22:28:05 +01:00
commit 7711bcc220
40 changed files with 5137 additions and 0 deletions

19
SECURITY.md Normal file
View File

@@ -0,0 +1,19 @@
# Security Policy
## Supported Versions
Support is limited to the latest version and also the current state in the main branch.
| Version | Supported |
| ------------- | ------------------ |
| _main_ | :white_check_mark: |
| 0.1.4 | :white_check_mark: |
| 0.1.3 | :x: |
| <= 0.1.2 | :x: |
## Reporting a Vulnerability
If you want to report a vulnerability, check if it's possible to create an issue without endangering other users.
If that's not the case, send a mail to the address on my ([its-laika](https://github.com/its-laika)) profile.
I check my mails pretty frequently so expect a reply within a few days. From there on, I'll do my best to fix the vulnerability asap.
If you want to, you can also provide patches directly or via pull requests. A new version is pushed as soon as the vulnerability is fixed.