Create SECURITY.md

master
Lorenz Diener 2025-08-22 11:07:36 +03:00 zatwierdzone przez GitHub
rodzic 720e876f10
commit 50eca6bda8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 17 dodań i 0 usunięć

17
SECURITY.md 100644
Wyświetl plik

@ -0,0 +1,17 @@
# Security Policy
## Supported Versions
Mastodon.py makes an effort to always be as backwards-compatible as possible so that you can update to the newest
version without causing compatibility issues. As such, we're not generally going to backport any possible
security-related fixes to older versions - the supported version is the latest one.
## Reporting a Vulnerability
If you find a security vulnerability that you think is critical enough to warrant such caution, please
feel free to report it privately to halcy+mastopysec@halcy.de . I will try to respond as quickly as possible and
work through it with you.
A possible example of such a vulnerability would be a way for a malicious server instance to overwrite local files,
or execute code on a client. A *non-example* would be a vulnerability in Mastodon itself - please report these to
Mastodon, not here, Mastodon.py does not *depend* on server software and as such is not transitively vulnerable.