From aeccd14d99c2c70eb4de149fedcdc6769afae4ae Mon Sep 17 00:00:00 2001 From: Lazar <66002359+WauHundeland@users.noreply.github.com> Date: Sun, 14 Dec 2025 02:31:27 +0100 Subject: [PATCH] Replace placeholder content in SECURITY.md (#1140) Signed-off-by: Lazar <66002359+WauHundeland@users.noreply.github.com> --- SECURITY.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 988d29e9..7f28a238 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,8 +2,7 @@ ## Supported Versions -Use this section to tell people about which versions of your project are -currently being supported with security updates. +Security updates are provided for the latest released version of this project. | Version | Supported | | ------- | ------------------ | @@ -11,8 +10,10 @@ currently being supported with security updates. ## Reporting a Vulnerability -Use this section to tell people how to report a vulnerability. +Please report security vulnerabilities **privately** via GitHub Security Advisories: -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. +https://github.com/rustfs/rustfs/security/advisories/new + +Do **not** open a public issue for security-sensitive bugs. + +You can expect an initial response within a reasonable timeframe. Further updates will be provided as the report is triaged.