Skip to content

Commit

Permalink
Doc: Enhanced security docs
Browse files Browse the repository at this point in the history
- Added info about data protection and encryption
- disclosure practices in better detail
  • Loading branch information
hbeni committed Aug 6, 2021
1 parent 00d8a6a commit bfe55bc
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Security Policy
Data protection / Security
==========================
The components of this system do never collect or store any personal data.

They however exchange data you provide with the Mumble server you connect to, as well as other mumble clients, so be sure to never supply personal data like real names etc. Also never enter passwords or something like that into one of the systems components; it's all password free.

The data exchanged locally (like FGFS or RadioGui to the plugin) is in plaintext, but the data the plugin sends to the Mumble server is encrypted using mumbles own facilities; however bear in mind that the server itself as well as other mumble clients can see the data in plaintext.


Security Policy of the project
==============================

## Supported Versions
The project will maintain the latest stable release. Security patches are usually included in the next ordinary release.
Fixing security bugs has priority over other issues, so we try to fix them as soon as possible.


## Reporting a Vulnerability
If you find a vulnerability, please report it as issue on the tracker, using the prefix `Security: ` so attention is rised.
If you find a vulnerability, please report it as issue on the tracker, using the prefix `Security: ` so attention is rised.
If the issue is of higher danger, you should consider "responsible disclosure" (send the report privately to the project first).

Please describe the issue as detailed as possible. If possible, it would be cool if you could provide a patch when reporting.

0 comments on commit bfe55bc

Please sign in to comment.