Skip to content

Commit e54c8ac

Browse files
Merge pull request #993 from gotify/security-md-patch
doc(security): amend outdated security policy info
2 parents ed8af76 + 2a485c9 commit e54c8ac

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

SECURITY.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,28 @@
22

33
## Supported Versions
44

5-
Only the latest version.
5+
Only the latest released version.
6+
7+
If you found a vulnerability that only applies to older versions but has been accidentally fixed recently, please open a private advisory to let us evaluate if a backdated advisory is necessary.
8+
9+
If you found a vulnerability in unreleased code (Git trunk), please verify that the latest release is not affected and then use the public issue and pull request workflow to submit your research.
610

711
## Reporting a Vulnerability
812

913
Please report (suspected) security vulnerabilities to
10-
**[gotify@protonmail.com](mailto:gotify@protonmail.com)**. You will receive a
11-
response from us within a few days. If the issue is confirmed, we will release a
14+
[GitHub Advisory](https://github.com/gotify/server/security/advisories/new)
15+
or **[gotify@protonmail.com](mailto:gotify@protonmail.com)**.
16+
You will receive a response from us within a few days.
17+
18+
To reduce paperwork and align with CVE key details phrasing,
19+
an executive summary containing the following elements is sufficient for most reports:
20+
21+
- The affected component (package, file, function, etc)
22+
- The root cause (weakness in code, insecure default, misleading documentation, etc)
23+
- The attack model (precondition, vector, impact)
24+
- A PoC
25+
26+
If the issue is confirmed, we will release a
1227
patch as soon as possible.
28+
Additionally, we will submit findings that demonstrate the necessity for
29+
user triage to the GitHub CNA Program.

0 commit comments

Comments
 (0)