diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b05a160..9de0d500 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,6 @@ We welcome both issue reports and pull requests! Please follow these guidelines - Review existing issues and provide feedback or react to them. - Use English for all communications — it is the language all maintainers read and write. - For questions, configuration or deployment problems, please use the [Discussions Forum](https://github.com/gin-gonic/gin/discussions). - - For bug reports involving sensitive security issues, email instead of posting publicly. - **Reporting a bug:** - Please provide a clear description of your issue, and a minimal reproducible code example if possible. diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..ae30db38 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,10 @@ +# Security Policy + +## Supported Versions + +This is an open source project that is provided as-is without warranty or liability. +As such, there is no supportability commitment. The maintainers will do the best they can to address any report promptly and responsibly. + +## Reporting a Vulnerability + +Please use the "Private vulnerability reporting" feature in the GitHub repository (under the "Security" tab).