diff options
author | Peter Powell <petpow@saberuk.com> | 2019-10-05 22:26:09 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-10-05 22:26:09 +0100 |
commit | 0858fe3e1bcc9082ac646cb2a5de9bc3638db8cf (patch) | |
tree | 3adffed30dd077f7e95fb141fd9eb13a53cfde0a /.github | |
parent | f01074d94fffa1eef4f9aa0fe418f60d147dd50f (diff) |
Add a GitHub security policy.
Diffstat (limited to '.github')
-rw-r--r-- | .github/SECURITY.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 000000000..0fe39f8e4 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,22 @@ +# Security Policy + +## Supported Versions + +Currently the v2 (old stable) and v3 (stable) branches are actively receiving security fixes. Support for v2 will end on 2019-06-01. + +The v4 branch is still early in development and only receives security fixes when they are synced from the v3 branch. + +Version | Supported +------- | --------- +4.x.y | :warning: +3.x.y | :white_check_mark: +2.0.x | :white_check_mark: +1.2.y | :x: +1.1.y | :x: +1.0.y | :x: + +## Reporting a Vulnerability + +Please do not report security vulnerabilities on GitHub. Instead, get the attention of a developer in our [development IRC channel](https://kiwiirc.com/nextclient/irc.inspircd.org:+6697/#inspircd.dev) at irc.inspircd.org #inspircd.dev and PM them the details. + +We will triage your issue as soon as possible and try to release a fixed version within a week of receiving your report. |