From afeb05bafdcbe30eedcfe28c283744080ccaf733 Mon Sep 17 00:00:00 2001 From: abusalah0 <109g83@gmail.com> Date: Mon, 3 Aug 2026 02:43:06 +0300 Subject: [PATCH] docs: add security policy --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..c54cc0c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security policy + +## Supported versions + +Security fixes are provided for the latest version of each csi-rs project. + +## Reporting a vulnerability + +Do not report security vulnerabilities through public GitHub issues. + +Report a vulnerability privately through GitHub's private vulnerability +reporting feature. Include: + +- a description of the vulnerability, +- steps to reproduce it, +- the affected version or commit, +- its potential impact, +- and any known mitigation. + +The maintainers will review the report and respond when more information or +a fix is available.