Add GitHub security policy

This commit is contained in:
Kijin Sung 2021-01-05 23:39:57 +09:00 committed by GitHub
parent 1f2f0d87ef
commit fc662926a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
SECURITY.md Normal file
View file

@ -0,0 +1,17 @@
Security Policy
---------------
### Supported Versions
Only the latest version is actively supported.
## Reporting a Vulnerability
Please report possible vulnerabilities by email to devops@rhymix.org.
Please DO NOT use GitHub issues or pull requests for this purpose.
We do not consider it a vulnerability if the superuser (is_admin=Y) account
can insert scripts or delete information. That's what the superuser account is for!
It will, however, be considered a serious vulnerability if someone else can
trick a superuser to perform such actions inadvertently,
for example through a CSRF attack.