diff options
author | Sadie Powell <sadie@witchery.services> | 2024-02-11 21:35:31 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-02-11 21:35:31 +0000 |
commit | fcf16ab20a8b5a211f85d1f4715354f9a0051a0d (patch) | |
tree | fd5db8bb3379fad9467455f3f47a8727a4afc3a6 /.github | |
parent | a25d0aa60ece2dddfd661de2ea583d639f7db21f (diff) | |
parent | 8e3be203873542b31b9be7ceb04ec86cbb1df03b (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to '.github')
-rw-r--r-- | .github/SECURITY.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 000000000..61963fef1 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,19 @@ +# Security Policy + +## Supported Versions + +Currently the 2.0 (stable) branch is actively receiving security fixes. + +The 2.1 (development) branch is still early in development and currently only receives security fixes when they are synced from the 2.0 branch. + +Version | Supported +------- | --------- +2.1.x | :warning: +2.0.x | :white_check_mark: +1.8.x | :x: + +## Reporting a Vulnerability + +Please do not report security vulnerabilities on GitHub. Instead, email the details to team@anope.org or get the attention of a developer in our development IRC channel at irc.anope.org #anope-devel 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. |