-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Security Policy | ||
|
||
Wiki.js is built with security in mind. We try our absolute best to deliver secure and robust applications. However, like any software, there can be security bugs, either introduced by an update or by using an attack vector that wasn't considered when designing the software. | ||
|
||
If you find such vulnerability, it's important to disclose it in a quick and secure manner to the developers. Follow the instructions below to report a vulnerability. | ||
|
||
## Supported Versions | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 2.x.x | :white_check_mark: | | ||
| 1.x.x | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
**DO NOT CREATE AN ISSUE ON GITHUB** to report a potential vulnerability / security problem. Instead, send an email to [email protected]. | ||
|
||
Include as much details as possible, such as: | ||
- The version(s) of Wiki.js that are impacted | ||
- How to reproduce the vulnerability (step-by-step, screenshots or a video) | ||
- The platform / environment it occurs on (e.g. OS version, DB type + version, etc.) | ||
- Any potential fixes or reference code you think might be helpful in resolving the issue | ||
- Your GitHub username if you'd like to be included as a collaborator on the private fix branch | ||
|
||
The vulnerability will be investigated ASAP. If deemed valid, a draft security advisory will be created on GitHub and you will be included as a collaborator. A fix will be worked on in a private branch to resolves the issue. Once a fix is available, the advisory will be published. |