From 3bc1fc8fc02fa139ba4034ae9dbaef9bc6c561d2 Mon Sep 17 00:00:00 2001 From: massy-o Date: Thu, 14 May 2026 16:59:44 +0900 Subject: [PATCH] Add security policy --- SECURITY.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..6064624e1f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +## Reporting a Vulnerability + +Please do not report security vulnerabilities through public GitHub issues. + +If GitHub private vulnerability reporting is available, use the **Report a vulnerability** button on the repository's Security tab. Otherwise, contact the maintainers through the project's documented support channels before sharing details publicly. + +When reporting a vulnerability, include the affected version or commit, a concise impact summary, reproduction steps, and any relevant configuration needed to reproduce the issue.