From d796c5a32829303b1a3ff9cfa0a6429b15524c83 Mon Sep 17 00:00:00 2001 From: Willem Jiang Date: Sat, 14 Feb 2026 21:34:41 +0800 Subject: [PATCH] docs:Add security policy documentation (#864) --- SECURITY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..119d9c9 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,12 @@ +# Security Policy + +## Supported Versions + +As deer-flow doesn't provide an offical release yet, please use the latest version for the security updates. +Current we have two branches to maintain: +* main branch for deer-flow 2.x +* main-1.x branch for deer-flow 1.x + +## Reporting a Vulnerability + +Please go to https://github.com/bytedance/deer-flow/security to report the vulnerability you find.