From 35b236ee5b6d3034b1b2fead2f02c42388e1feb8 Mon Sep 17 00:00:00 2001 From: LabPixel <74812891+ayato-shitomi@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:12:56 +0900 Subject: [PATCH] Create SECURITY.md --- .github/SECURITY.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..eefd2aa --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,25 @@ +# Security Policy + +## Supported Versions / サポートバージョン + +| Version | Supported | +| ------- | --------- | +| 1.x | ✅ | + +## Reporting a Vulnerability / レポート方法 + +If you find a security issue, please report it responsibly / セキュリティ上の問題を発見した場合には責任を持って以下にレポートしてください: + +- Submit via [GitHub Security Advisory](https://github.com/ActiveTK/WebTaskmgr/security/advisories/new) + +When reporting, please include / レポートの際には以下を含めてください: +- A clear description of the issue / 脆弱性の説明 +- Steps to reproduce or a working Proof of Concept (PoC) / ステップバイステップでのPoC +- The affected versions, impact scope / 影響を受けるバージョンとスコープ +- (Optional) Suggested remediation / オプションでの修復方法 + +Response policy / レスポンスポリシー: +- Fixes usually within 30 days / 通常は30日以内に修正をおこないます + +Notes / 注意事項: +- Please avoid public disclosure until we confirm and patch the issue. / 一般公開はパッチが完了するまで行わないでください