diff options
author | rinpatch <rinpatch@sdf.org> | 2020-08-07 21:25:16 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-08-07 21:27:15 +0300 |
commit | 881fdb3a97740425555f4f8b9ddb75123ace73b7 (patch) | |
tree | 1b81e57dae90b53427ef345ff22126ea53011a7b /SECURITY.md | |
parent | 34cbe9f44a0266cd5ec652c3e70021ef928a7f31 (diff) | |
download | pleroma-881fdb3a97740425555f4f8b9ddb75123ace73b7.tar.gz pleroma-881fdb3a97740425555f4f8b9ddb75123ace73b7.zip |
Add security policy for Pleroma backend
Closes #1848
Diffstat (limited to 'SECURITY.md')
-rw-r--r-- | SECURITY.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..c212a2505 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Pleroma backend security policy + +## Supported versions + +Currently, Pleroma offers bugfixes and security patches only for the latest minor release. + +| Version | Support +|---------| -------- +| 2.0 | Bugfixes and security patches + +## Reporting a vulnerability + +Please use confidential issues (tick the "This issue is confidential and should only be visible to team members with at least Reporter access." box when submitting) at our [bugtracker](https://git.pleroma.social/pleroma/pleroma/-/issues/new) for reporting vulnerabilities. +## Announcements + +New releases are announced at [pleroma.social](https://pleroma.social/announcements/). All security releases are tagged with ["Security"](https://pleroma.social/announcements/tags/security/). You can be notified of them by subscribing to an Atom feed at <https://pleroma.social/announcements/tags/security/feed.xml>. |