Skip to content

Commit 1b2d26a

Browse files
authored
Add SECURITY.md (#300)
* Add SECURITY.md * Update README.md * Update SECURITY.md * Update SECURITY.md
1 parent ae72712 commit 1b2d26a

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ We successfully federated with Mastodon on the following functionality:
7676
Contributions are very welcome. However, if you intend to change anything more than updating a dependency or fixing a small bug, please open an issue first.
7777
We would like to discuss any bigger changes before they are actually implemented.
7878

79+
### Security
80+
81+
If you found a suspected security vulnerability, please refer to our [security policy](./SECURITY.md) for more details.
82+
7983
### Note on required libraries
8084

8185
We use [Nix](https://nixos.org) for handling our development dependencies.

SECURITY.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Security policy
2+
3+
> **Warning**
4+
> At this time, Kitsune is in early stages of development. We don't recommend setting up an instance yet.
5+
6+
## Reporting a vulnerability
7+
8+
> Please **DO NOT** report security vulnerabilities via the public issue tracker
9+
10+
To report a vulnerability, please navigate to the [Advisories page](https://github.com/kitsune-soc/kitsune/security/advisories) and click on "Report a vulnerability".
11+
You will then be taken to a form where you can file the report.
12+
13+
Please include as much information as possible in your report:
14+
15+
- The git revision you are running
16+
- The operating system Kitsune is running on
17+
- Any backtraces (if applicable)
18+
- Reproduction steps

0 commit comments

Comments
 (0)