diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..1ceadbc --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,26 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. + +### Summary +_Short summary of the problem. Make the impact and severity as clear as possible. For example: An unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the server._ + +### Details +_Give all details on the vulnerability. Pointing to the incriminated source code is very helpful for the maintainer._ + +### PoC +_Complete instructions, including specific configuration details, to reproduce the vulnerability._ + +### Impact +_What kind of vulnerability is it? Who is impacted?_