Skip to content

Commit e1b5ed7

Browse files
committed
Add security file
1 parent cafc36a commit e1b5ed7

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported | |
6+
| ------- | --------- | --- |
7+
| 0.1.0 | ⚠️ | |
8+
9+
Currently there is no version released yet.
10+
Because of that, there is also no main branch.
11+
Stay tuned for the first release!
12+
13+
## Reporting a Vulnerability
14+
15+
Please use [the bug tracker](https://github.com/LinwoodDev/Luna/issues) for reporting bugs. Please make sure you are on the latest stable or nightly release.
16+
17+
Use [security@linwood.dev](mailto:security@linwood.dev) or [the github security advisory](https://github.com/LinwoodDev/Luna/security/advisories) if you want to report a security vulnerability.
18+
**Don't use the bug tracker for security vulnerabilities!**
19+
20+
## Version scheme
21+
22+
The version scheme is based on [Semantic Versioning](https://semver.org/spec/v2.0.0.html). All stable versions will be released in stable branch while all alpha, beta and release candidates will be released in the nightly branch.
23+
There will be alphas, betas and release candidates on every major release, betas and release candidates on every minor release and release candidates on every patch release.
24+
25+
## Branches
26+
27+
| Name | Support | Description | Tag |
28+
| :------ | :-----: | -----------------------------------------------------------------------------------------------------------: | ------- |
29+
| main || This branch is production ready. It will be updated when a new stable version is released! | Stable |
30+
| develop | ⚠️ | This branch is only for testing and developing. Pull request for feature requests should only be added here! | Nightly |
31+
32+
Read more about nightly [here](https://luna.linwood.dev/community/nightly).

0 commit comments

Comments
 (0)