From a5c284b474a8e7426175fb88d688e674c92f999c Mon Sep 17 00:00:00 2001 From: "Pierre F." Date: Wed, 3 Jun 2026 15:07:25 +0200 Subject: [PATCH 1/2] chore: update security policy Updated guidance for reporting security issues. --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b05a160dc..9de0d500c4 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. From 78a2c0f33a0668710fa750d31466c8ed1fa733dc Mon Sep 17 00:00:00 2001 From: "Pierre F." Date: Wed, 3 Jun 2026 15:09:55 +0200 Subject: [PATCH 2/2] Create SECURITY.md for security policy --- SECURITY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..ae30db38e8 --- /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).