diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..5f1c9f50 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,24 @@ +# Security Policy + +## Supported Versions +Use the table below to check if the version you are using is currently supported with security updates. + + +| Version | Supported | +| ------- | ------------------ | +| 2.1.x | :white_check_mark: | +| 2.0.x | :x: | +| 1.x | :x: | + +## Reporting a Vulnerability +We take the security of our software seriously. If you believe you have found a security vulnerability, please do NOT open a public issue. + +To report a vulnerability, please email [security-contact@example.com]. + +Please include the following information in your report: +* The type of issue (e.g., SQL injection, buffer overflow) +* Detailed steps to reproduce the issue +* Impact of the vulnerability +* Any potential mitigations you are aware of + +We will acknowledge your report within [X] hours and provide a timeline for a fix.